Two Sum | Find Duplicate | Find Repeating & Missing Values | Hashing Problems

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

КОМЕНТАРІ • 150

  • @sandeepmehta-e9l
    @sandeepmehta-e9l 3 місяці тому +20

    attandence - Present Didi

  • @ayushburde1
    @ayushburde1 2 місяці тому +5

    Bhaii really Hashing is something that made our time complexion so easy and made our problem understandable as it gives constant T.C while finding elm using unordered sets and maps.

  • @PrithaMajumder
    @PrithaMajumder 2 місяці тому +5

    Watched "Two Sum | Find Duplicate | Find Repeating & Missing Values | Hashing Problems" on 20/11/2024.
    ✅ Completely understood the concepts explained.
    📝 Made thorough notes while watching.
    Thank You So Much for This Amazing Lecture 😊

  • @ssk4875
    @ssk4875 2 місяці тому +3

    Understood and completed lecture ❤

  • @curiosity5643
    @curiosity5643 3 місяці тому +8

    Nice didi ❤ .... Thanks for the video 😊

  • @Shaswat_Shrivas
    @Shaswat_Shrivas 3 місяці тому +2

    Lecture Completed!

  • @Yuvan-x4r
    @Yuvan-x4r 4 дні тому

    two point approach for two sum for reference:-
    class Solution {
    public:
    vector twoSum(vector& nums, int target) {
    vector tempi;
    vector ans;
    tempi=nums;
    sort(nums.begin(),nums.end());
    int i=0,j=nums.size()-1;
    while(j>i){
    if(nums[i]+nums[j]==target){
    auto it= find(tempi.begin(),tempi.end(),nums[i]);
    ans.push_back(it-tempi.begin());
    if(nums[i]==nums[j]){
    auto iti= find(it+1,tempi.end(),nums[j]);
    ans.push_back(iti-tempi.begin());
    }
    else{
    auto iti= find(tempi.begin(),tempi.end(),nums[j]);
    ans.push_back(iti-tempi.begin());
    }
    return ans;
    }
    else if(nums[i]+nums[j]>target){
    j--;
    }
    else if(nums[i]+nums[j]

  • @anujgupta7916
    @anujgupta7916 3 місяці тому +6

    Shraddha madam ka
    First तरीका
    Second तरीका
    😮

  • @gillupprajapati7931
    @gillupprajapati7931 3 місяці тому +3

    Good teaching dear ma,am

  • @DIBYENDU_MALLICK
    @DIBYENDU_MALLICK 3 місяці тому +4

    Completed ✅

  • @debaduttapatel4888
    @debaduttapatel4888 19 днів тому +2

    Done❤

  • @nothingidontknow6392
    @nothingidontknow6392 3 місяці тому +2

    Excited to learn a new concept🤭☺️🤩

  • @mrdeveloper4438
    @mrdeveloper4438 3 місяці тому +3

    Nice awesome keep it up...

  • @Rajakumar29sep
    @Rajakumar29sep 2 місяці тому +1

    Thankyou ✨ Completed ✨

  • @adityasahu7022
    @adityasahu7022 2 місяці тому +1

    very good quality of questions

  • @tanishqvishwakarma9518
    @tanishqvishwakarma9518 2 місяці тому +1

    Done 👍
    Thank you Didi 😊

  • @pk777
    @pk777 3 місяці тому +1

    Thank You Ma'am

  • @songupdate1315
    @songupdate1315 3 місяці тому +2

    Thanks mam❤

  • @earthlinkdesignersedtech3531
    @earthlinkdesignersedtech3531 2 місяці тому

    completed lecture - 37 💪🔥

  • @Intelli_Jayant
    @Intelli_Jayant 3 місяці тому +2

    completed ❣️

  • @CineCrave_Sriese-t6e
    @CineCrave_Sriese-t6e 3 місяці тому

    lecture complete👍👍

  • @samyabiswas8366
    @samyabiswas8366 2 місяці тому

    Done di!!
    You're GOD!!

  • @coctruths
    @coctruths 9 днів тому

    completed the lecture :)

  • @anikapatel3863
    @anikapatel3863 3 місяці тому +2

    Attendance ❤❤❤

  • @asnighoshdastider1971
    @asnighoshdastider1971 2 місяці тому

    Thank you so much!!!!

  • @PCCOERCoder
    @PCCOERCoder 2 місяці тому +1

    Lecture successfully completed on 20/11/2024 🔥🔥

  • @vedictechyog
    @vedictechyog 3 місяці тому +1

    Nice!

  • @VarunJain-ii1mn
    @VarunJain-ii1mn 3 місяці тому +2

    Completed

  • @salmanmehmood470
    @salmanmehmood470 3 місяці тому +2

    Nice 🙂

  • @Comadystar-c6
    @Comadystar-c6 3 місяці тому +24

    RAM RAM DIDI JI🙏🚩

  • @himanshukumar7466
    @himanshukumar7466 2 місяці тому

    Lecture 37 completed on 28 Nov 2024 Concept of Slow Fast Pointer was. Really good ❤❤

  • @SagarMaheshwariS
    @SagarMaheshwariS 3 місяці тому +2

    Day 37 completed ✅

  • @Pankajweb996
    @Pankajweb996 3 місяці тому

    Nyc explain 👍❤️

  • @EdgeofAI-j7e
    @EdgeofAI-j7e 2 місяці тому

    first time difficult to understand node topic but understand all solution expect node 😇

  • @photolab6712
    @photolab6712 2 місяці тому

    awesome di

  • @Sunnychaudhary5609
    @Sunnychaudhary5609 3 місяці тому +4

    done mam

  • @vipinshorts465
    @vipinshorts465 2 місяці тому

    Attendence 👍
    Thanks you mam❤❤❤❤❤❤❤

  • @RiyaSingla-p2s
    @RiyaSingla-p2s 3 місяці тому

    Completed!

  • @Soumyadeep_Chakraborty1
    @Soumyadeep_Chakraborty1 3 місяці тому +1

    Day 38 ✅

  • @Demon-s8b
    @Demon-s8b 3 місяці тому +1

    10 November
    Lecture Completed

  • @SAIHARSHAP
    @SAIHARSHAP Місяць тому

    Finding duplicate can be done with binary search
    Int start=1;
    Int end=n;
    While(start

    • @unccenored
      @unccenored Місяць тому

      this will not work no. Of elements is not defined also two operators can be used using bitwise operators

    • @unccenored
      @unccenored Місяць тому

      Also i is not defined

    • @AshutoshKumar-xq4ix
      @AshutoshKumar-xq4ix 27 днів тому

      binary search works on sorted array, you have to first sort the element , also there is some logical mistake

    • @SAIHARSHAP
      @SAIHARSHAP 27 днів тому

      @@AshutoshKumar-xq4ix
      class Solution {
      public:
      int findDuplicate(vector& nums) {
      int low=1;
      int high=*max_element(nums.begin(),nums.end());
      while(low

    • @SAIHARSHAP
      @SAIHARSHAP 27 днів тому

      @@unccenored
      class Solution {
      public:
      int findDuplicate(vector& nums) {
      int low=1;
      int high=*max_element(nums.begin(),nums.end());
      while(low

  • @PradeepKhare-ml5ei
    @PradeepKhare-ml5ei 3 місяці тому +2

    am entranceted ❤

  • @PRASHANTSHRINGI
    @PRASHANTSHRINGI 2 місяці тому

    Done all leacture

  • @ayushburde1
    @ayushburde1 2 місяці тому +1

    Repeating sum was also easy one but require some logic initially . but overall interesting one

  • @National_Cricket_Club
    @National_Cricket_Club 3 місяці тому +1

    Good G

  • @pasuvulamaheshbabu9845
    @pasuvulamaheshbabu9845 3 місяці тому +1

    Mam, please do Parentheses type problems facing more difficulties on those problems

  • @jyothiradithyag787
    @jyothiradithyag787 29 днів тому +1

    11th Jan

  • @rcgamings8691
    @rcgamings8691 3 місяці тому +3

    Didi make a video for Node js

  • @piyush_aditya
    @piyush_aditya 2 місяці тому

    Done this lecture

  • @SaurabhKumar-ki7cs
    @SaurabhKumar-ki7cs 3 місяці тому +1

    Done

  • @SanuDas-gd9md
    @SanuDas-gd9md 3 місяці тому

    Mam please upload 1 lecture daily .

  • @rameshmahanandia6499
    @rameshmahanandia6499 2 місяці тому

    Thanku mam

  • @ApurvSahu-s4m
    @ApurvSahu-s4m 3 місяці тому +2

    completed 11/10/23

  • @SAIHARSHAP
    @SAIHARSHAP Місяць тому

    For missing and repeating number question there is math Solution
    Sigma n+a-b=sum of elements
    Sigma n^2 +a^2-b^2=sum of squares
    Solving you will get a and b

  • @farehaaslam5177
    @farehaaslam5177 2 місяці тому

    completed

  • @krishnakumar-iz4xh
    @krishnakumar-iz4xh 26 днів тому

    lecture 38 completed day 33

  • @Piyushsharma93994
    @Piyushsharma93994 3 місяці тому

    Plz Make one video on .net development and compare also🙏🏼

  • @ayanbiswas54321
    @ayanbiswas54321 3 місяці тому +2

  • @lapi-hh7bf
    @lapi-hh7bf 3 місяці тому +2

    new dsa sheeet whoooo hoooooooo yeeesssh naaaye questions banaengeyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy microsoft ki job land karenge yyyyyyyyyyyeeeeeeeeeeaaaaaayyyyyyyy

  • @mamtadeshmukh6703
    @mamtadeshmukh6703 3 місяці тому +2

    ☺👍

  • @MuskanMindHealing
    @MuskanMindHealing 3 місяці тому

    Please make a video on how to deploy code

  • @rameshmahanandia6499
    @rameshmahanandia6499 2 місяці тому

    Please cover all the leetcode question

  • @REALPRABHUBAGEWADI
    @REALPRABHUBAGEWADI 3 місяці тому +2

    "Attendance" is here
    .
    👇

  • @TannuSehrawat-q3r
    @TannuSehrawat-q3r 3 місяці тому +3

    But at first slow and fast meet at 4 also then why it is not considered.
    Plz anyone

  • @ishakohee.0
    @ishakohee.0 3 місяці тому +3

    Mam how many class will come to complete full DSA?

    • @rlogixacademy-happylearnin8216
      @rlogixacademy-happylearnin8216 3 місяці тому +1

      Total lecture required for DSA- 75 and DAA -60 then complete DSA .
      Firstly learn C Programming language and then Focus DSA , after completing these agendas you can learn any new technology languages such as Java,react js , net beans, python and new trending deep learning data science. If you have any questions contact me . I have 5 years experience as a software developer and 15 years as faculty (C Programming DSA ,DAA and cloud computing ai and ml). Ok thanks.

  • @Coupé2911
    @Coupé2911 3 місяці тому

    Video on quantum computing road map

  • @jaguar9x007
    @jaguar9x007 3 місяці тому +2

    Hlo ma'am❤❤

  • @SHIVAMOJHA21
    @SHIVAMOJHA21 3 місяці тому

    i like all your videos , just a small catch up, jo second tareeka aapne batae , usme toh sorting ke baad elements ka index change hojaega , toh same question ka solution kaise hua?

  • @shrddhasalve3362
    @shrddhasalve3362 3 місяці тому

    Please provide roadmap how to get job as fresher in Cybersecurity domai.. including notifications

  • @amankumar3639
    @amankumar3639 Місяць тому

    👍👍👍👍👍

  • @AminaSajid-j4s
    @AminaSajid-j4s 3 місяці тому +2

    Mam please linked-list, stacks, and queues

    • @rlogixacademy-happylearnin8216
      @rlogixacademy-happylearnin8216 3 місяці тому

      Total lecture required for DSA- 75 and DAA -60 then complete DSA .
      Firstly learn C Programming language and then Focus DSA , after completing these agendas you can learn any new technology languages such as Java,react js , net beans, python and new trending deep learning data science. If you have any questions contact me . I have 5 years experience as a software developer and 15 years as faculty (C Programming DSA ,DAA and cloud computing ai and ml). Ok thanks

    • @rlogixacademy-happylearnin8216
      @rlogixacademy-happylearnin8216 3 місяці тому

      Then I will explain to you above topics

  • @nabin-x4f
    @nabin-x4f 2 місяці тому

    Completed on November 13 2024, 12:10am.

  • @sss-b7b4q
    @sss-b7b4q 3 місяці тому

    Mam ,
    Please please let us know about prompt engineering.
    Ye kya hota hai basically?
    And what we should do for that??

  • @arunavaadhikari2128
    @arunavaadhikari2128 2 місяці тому +1

    In the two-sum problem, I think the two-pointer approach will not work because after sorting, the indices will be different from the original array.

    • @AshutoshKumar-xq4ix
      @AshutoshKumar-xq4ix 27 днів тому

      exactly , but what what we can do is we can create a vector pair and then sort .. but the problem is Space complexity would be O(n)
      here is the code ..
      //TC is O(nlogn)
      //SC is O(n) due to new vector created
      vector two_sum(vector &vec, int tar){

      // create vector pair to store the array with index
      vector new_vec;
      for(int i=0; i

  • @JASKARANSINGH-di9jp
    @JASKARANSINGH-di9jp 27 днів тому

    mam i think, your 2sum better solution won't work bcz after sorting indices will change
    and thnks for this dsa series ❤🙏

  • @Koushik1404-z9u
    @Koushik1404-z9u 3 місяці тому

    Please make these course minimal number of video

  • @musichub510.
    @musichub510. 3 місяці тому +2

    I want to join your collage

  • @sunilkohli6814
    @sunilkohli6814 2 місяці тому

    what software you use for teaching

  • @RahulThakurikka2323
    @RahulThakurikka2323 3 місяці тому +1

    Didi we need the Sailpoint iiq course please bana do

  • @luck-i6x
    @luck-i6x 2 місяці тому +1

    Hello
    Kya Biology vale student DATA SCIENTIST ban sakte he ?

    • @PiglinBrute747
      @PiglinBrute747 2 місяці тому

      Anyone can it just depends on your passion and interests

  • @BGMI-qs5wr
    @BGMI-qs5wr 3 місяці тому +2

    Mam Recursion kb start karvaoge 🥲

  • @hemchanderpandey4470
    @hemchanderpandey4470 3 місяці тому +1

    Excuse me mam,there's web development only available in html language,and Delhi hackathlon is coming.Can you please provide web development course in c++ as I'm watching the same playlist of c++ from a long time,thus it would be convenient for me to learn as well as make websites within the same coding language!please mam!😢

  • @pushpendrasingh9841
    @pushpendrasingh9841 2 місяці тому

    hey guys is there any Notes of these lectures

  • @y0_0go
    @y0_0go 8 днів тому

    Can't we do a expectedSum - actualSum kind of thing for last question instead of linkedlist approach

  • @rimimazumder947
    @rimimazumder947 3 місяці тому

    Mam please upload powershell please

  • @MahirCodm
    @MahirCodm Місяць тому

    i guess the better approach wont work because the target is to return indices. So if we sort the array we have changed the indices :>

    • @AshutoshKumar-xq4ix
      @AshutoshKumar-xq4ix 27 днів тому

      exactly , but what what we can do is we can create a vector pair and then sort .. but the problem is Space complexity would be O(n)
      here is the code ..
      //TC is O(nlogn)
      //SC is O(n) due to new vector created
      vector two_sum(vector &vec, int tar){

      // create vector pair to store the array with index
      vector new_vec;
      for(int i=0; i

  • @ahmadrasheed2598
    @ahmadrasheed2598 2 місяці тому +1

    For anyone confused at slow and fast pointer approach watch this detailed explanation and Mathematical proof by Neetcode:
    ua-cam.com/video/wjYnzkAhcNk/v-deo.html

  • @mukesh_BMKS
    @mukesh_BMKS 3 місяці тому +2

    First Comment ❤

  • @Goldy-w3z
    @Goldy-w3z 2 місяці тому

    13/11/2024
    lecture 37 completed!

  • @starworld1332
    @starworld1332 3 місяці тому

    Shraddha mem your father was farmer?

  • @mayurvetal16
    @mayurvetal16 2 місяці тому

    11/12/2024 Lecture Completed

  • @shwetakumari1002
    @shwetakumari1002 2 місяці тому

    lecture 37 completed on 29th nov

  • @chaitanyakhare1869
    @chaitanyakhare1869 2 місяці тому

    completed 26 nov

  • @VinayBoss-g3f
    @VinayBoss-g3f 2 місяці тому

    Dedi please discord per kase aya please send link

  • @vijayaprabhaappar9057
    @vijayaprabhaappar9057 2 місяці тому

    anyone tell the sigma course is available in english

  • @kiransoni8712
    @kiransoni8712 3 місяці тому +2

    Day 38
    .
    ...
    ...,
    ,....,...09/11/2024

  • @HarshikaAusaraml
    @HarshikaAusaraml 3 місяці тому

    Jay Shri ram

  • @debayanchakraborty9107
    @debayanchakraborty9107 День тому

    completed on 9th Feb 2025

  • @CodeXplorers-official
    @CodeXplorers-official 2 місяці тому

    Please mam react.js oneshot

  • @RRPTRICKS
    @RRPTRICKS 3 місяці тому

    Online earning Wala website par video create karo 🎉❤