Tuple with Same Product | Leetcode 1726

Поділитися
Вставка
  • Опубліковано 10 лют 2025
  • This video explains Tuple with Same Product using the most optimal hashmap and combination approach.
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------
    🟣 JOIN our 𝐋𝐈𝐕𝐄 𝐢𝐧𝐭𝐞𝐫𝐯𝐢𝐞𝐰 𝐭𝐫𝐚𝐢𝐧𝐢𝐧𝐠 𝐩𝐫𝐨𝐠𝐫𝐚𝐦 through whatsapp query: +91 8918633037
    🟣 𝐂𝐡𝐞𝐜𝐤𝐨𝐮𝐭 𝐚𝐥𝐥 𝐨𝐮𝐫 𝐂𝐨𝐮𝐫𝐬𝐞𝐬: techdose.co.in/
    🔵 LinkedIn: / surya-pratap-kahar
    🔴 INSTAGRAM: / techdose_official
    🟢 𝐓𝐞𝐜𝐡𝐝𝐨𝐬𝐞-𝟏𝟎𝟎 𝐬𝐡𝐞𝐞𝐭: docs.google.co...
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------
    Pairs of songs with total durations divisible by 60: • Pairs of songs with to...
    𝐂𝐎𝐃𝐄 𝐋𝐈𝐍𝐊: gist.github.co...

КОМЕНТАРІ • 38

  • @freecourseplatformenglish2829
    @freecourseplatformenglish2829 4 дні тому

    Solved it on own with similar approach and observation as you shown in the video.
    Loved your explanation and thanks for recommending 2 additional questions.

  • @mr_kat1065
    @mr_kat1065 3 дні тому

    On that day of challenge, i couldn't able to understand. But now it's awesome explanation. Thank you sir❤

    • @techdose4u
      @techdose4u  3 дні тому

      Appreciate the kind words! 😊

  • @tejaschavan007
    @tejaschavan007 5 днів тому +1

    Great sir💌

  • @Anikait-h3d
    @Anikait-h3d 5 днів тому

    came up with the same logicbut was using factorial. smart work from you

  • @siddarajhubballi598
    @siddarajhubballi598 5 днів тому

    thanku for the video

  • @sailendrachettri8521
    @sailendrachettri8521 4 дні тому

    Thank you sir :)

  • @amulop
    @amulop 4 дні тому +1

    Learned something related to parining , number of pairs we can make

  • @avinashkumar8420
    @avinashkumar8420 5 днів тому

    Thank you.

  • @ajaykumarraghav7499
    @ajaykumarraghav7499 5 днів тому

    Good Explaination Sir

  • @i.vigneshdavid1698
    @i.vigneshdavid1698 4 дні тому

    I came with same solution✌️

  • @maheshgnayak5721
    @maheshgnayak5721 4 дні тому

    I did the same. ie 4*(np2) using factorial, but one large test case was failing. Maybe it was going above Integer value? But didn't get error saying integer overflow, so couldn't debug.

  • @shivnathkahar8985
    @shivnathkahar8985 5 днів тому

    Nice

  • @parthh3963
    @parthh3963 5 днів тому

    Are bhaiya itni subah video dal gyi 😮😮😮

    • @techdose4u
      @techdose4u  5 днів тому

      Araam se dekho jb time miley ab :)

  • @heatedmuscle2329
    @heatedmuscle2329 5 днів тому +1

    Hello, if I don't know about the math equation about Nc2? 1) How do I recognize to use this in an interview? 2) Do you recommend to memorize some common math patterns? 4) Is there a list of those Math tricks? Or use a non math way of solving it?

    • @techdose4u
      @techdose4u  5 днів тому +3

      No there is memorization of this.
      Nc2 is something expected from everyone to know.
      But, in order to recognize this, you need to take a notebook and write answers for your test cases in increasing order and see if it makes any pattern. This will be best.

  • @watchmovies5854
    @watchmovies5854 5 днів тому

    I thought of taking lcm

  • @Tbm4545
    @Tbm4545 4 дні тому

    How 2 c 2 is one ?? 2 C 2 is 2 actually?

  • @infinitecodes
    @infinitecodes 5 днів тому

    4sum II kay bhi ak video banaiye

  • @VinothiniAnabayan
    @VinothiniAnabayan 5 днів тому

    hi sir, why NC2 i didnt get that

    • @techdose4u
      @techdose4u  4 дні тому

      you can rewatch that part where I had explained it :)

  • @atharva3433
    @atharva3433 5 днів тому

    Sir if you are posting at 6 means you must be waking up at 5 or earlier
    hamare saath aap bhi grind kar rhe ho

  • @CodingWithJoyYouTube
    @CodingWithJoyYouTube 5 днів тому

    sir i have question