Stacks & Monotone Stacks | DSA For Placements | Basics To Ace It | Ep 4 | Mohammad Fraz | CodeChef

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

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

  • @CodeChef1
    @CodeChef1  3 ปีที่แล้ว +3

    Guys, Are you liking the DSA For Placement series ?
    Codechef is the place to hone your coding & programming skills.
    Click here bit.ly/2Wbt6Dw to register yourself on Codechef for the coding practice problem & CodeChef Monthly Programming Contests - Long Challenges, Cook-Offs, Lunchtimes & Starters.

  • @innervoice4mine
    @innervoice4mine 3 ปีที่แล้ว +7

    Main to sir apka kasam se fan ho gya amazing way of explanation I've never ever seen like you express in this series not only this but also everywhere thanks a lot sir🙏❤️🙏

    • @CodeChef1
      @CodeChef1  3 ปีที่แล้ว

      Thanks and welcome, keep watching & keep supporting us👍

  • @satyaarthchhabra4485
    @satyaarthchhabra4485 2 ปีที่แล้ว +1

    monitonic stack 1:31:56

  • @shashibhushanrajput2461
    @shashibhushanrajput2461 3 ปีที่แล้ว

    in the problem given a string of '(' and ')', print the minimum number of swaps required to make the whole string Correct Bracket Sequence.. Let n = size of seived stack, then answer = ceil(n/4).

  • @aryankhandelwal15
    @aryankhandelwal15 3 ปีที่แล้ว

    😍😍grt series, loving it❤

  • @gauranggupta6422
    @gauranggupta6422 3 ปีที่แล้ว

    good explanation of monotone stacks

  • @shivamjha6580
    @shivamjha6580 3 ปีที่แล้ว +1

    It's really helpful series 🔥

    • @CodeChef1
      @CodeChef1  3 ปีที่แล้ว

      Thanks a lot🙏, keep keep watching and keep sharing👍

  • @surajitroy_roll-5023
    @surajitroy_roll-5023 3 ปีที่แล้ว +1

    Aj jake min stack kabhi nahi bhoolunga

    • @CodeChef1
      @CodeChef1  3 ปีที่แล้ว

      Great, keep watching and do subscribe.

  • @hyperkon9807
    @hyperkon9807 3 ปีที่แล้ว +1

    18:22 sir giving death stare!

  • @koraksengupta3554
    @koraksengupta3554 3 ปีที่แล้ว

    Couldn't understand the last two question's solution ☹️

  • @aheribanerji7056
    @aheribanerji7056 3 ปีที่แล้ว

    Stl playlist?

    • @CodeChef1
      @CodeChef1  3 ปีที่แล้ว

      You can checkout the entire DSA For Placements | Basics To Ace It | Playlist link - bit.ly/3kflAjf

  • @VishalKumar-xr4nm
    @VishalKumar-xr4nm 2 ปีที่แล้ว

    Balanced parenthesis
    public boolean isValid(String s) {
    if((s.length()&1)==1) return false;

    Stack st = new Stack();
    for(int i=0;i

  • @qurdedu4032
    @qurdedu4032 2 ปีที่แล้ว

    You would get more reviews if you speak in English, also you could add subtitles too