Combination Sum II - LeetCode 40 - Python

Поділитися
Вставка
  • Опубліковано 15 січ 2025

КОМЕНТАРІ • 2

  • @SaswathKB
    @SaswathKB 5 місяців тому

    Hello Deepthi love ur explanation.
    Could you help me with this qn please,this came in my coding interview.
    Given an array A and length N split the array into mutually exclusive subarrays such that the product in each subarray is the same return the maximum possible partitions
    Example : if the array is [2,6,3]
    There are two ways [2,3,] and [6] so 2 should be returned I have no idea how to approach this

  • @deepakjyoti8355
    @deepakjyoti8355 5 місяців тому

    Lovely presentation from a lovely gal !