#20 Recursively remove all adjacent duplicates | DSA Interview question | String #5

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024
  • In this video, we will see how to solve the above question, which is asked in many company interviews.
    Data Structures and Algorithms Interview question playlist:
    • Data Structures and Al...
    You can practise those questions from here: practice.geeks...
    And if this link doesn't work just google "question_name gfg practice".
    Also if you have any doubts, pls mention them in the comment box.

ความคิดเห็น • 2

  • @AlokSingh-gq8cf
    @AlokSingh-gq8cf ปีที่แล้ว

    bhai recursively krna hai phir v pta nhi kyun loop mein bna rae ho

    • @bharathchoudhary4420
      @bharathchoudhary4420  ปีที่แล้ว

      Doing recursively is not mandatory as per question’s description. Pls don’t take question name literally. There could be many ways to do this question. If you’re interested in recursive approach let me know. I can provide approach for that.