How to reverse a String using a Stack in Java ? | Animation

Поділитися
Вставка

КОМЕНТАРІ • 37

  • @itsdineshvaryani
    @itsdineshvaryani  3 роки тому +2

    Please *Like* , *Comment* , *Share* , *Subscribe* and *Click Bell* 🔔🔔🔔 Icon for More Updates. To get *Data Structures and Algorithms* complete course for free please follow this link - ua-cam.com/play/PL6Zs6LgrJj3tDXv8a_elC6eT_4R5gfX4d.html

  • @shubhamagarwal1434
    @shubhamagarwal1434 2 роки тому +1

    Best series for DS & Algo. I am also 10 yrs java exp guy. Was looking for DS & Algo free course over UA-cam with java implementation and found this. Hats Off To You Man....Excellent Work. GOD BLESS YOU :)

  • @sanjushekhawat6446
    @sanjushekhawat6446 3 роки тому +2

    Really helpful ur DSA playlists God bless you sir 🙏🙏

  • @tejaswi-c3u
    @tejaswi-c3u 3 місяці тому

    Thank you so much for detailed explanation of every data structure. However, for some videos, it is saying only members can watch. What do we do to be a memeber so that we can watch all vidoes?

  • @openworld7585
    @openworld7585 3 роки тому +1

    Super video! I applauded for ₹40.00 👏

  • @basilioreyes2434
    @basilioreyes2434 3 роки тому +1

    Thank you!!! Because of you i manage to pass my activity heheh

  • @poojaschannel9110
    @poojaschannel9110 2 роки тому

    Sir please do all the leetcode queations

  • @harshadgandhale1058
    @harshadgandhale1058 2 роки тому

    sir in for loop we apply pop then our peek element is A so A will remove first,but here you said d will remove

  • @clausekinncaparida8096
    @clausekinncaparida8096 2 роки тому

    i think it would be better if you will provide a whole program not just by how it works so even beginners like me would understand your video better.

    • @itsdineshvaryani
      @itsdineshvaryani  2 роки тому

      its in playlist ... watch video just after this ...

    • @clausekinncaparida8096
      @clausekinncaparida8096 2 роки тому

      @@itsdineshvaryani there are so many videos that I can't even find the right one
      . I'm looking for the whole video of this video. The one with the whole sample program including how reversing a string using stack.

    • @itsdineshvaryani
      @itsdineshvaryani  2 роки тому

      @@clausekinncaparida8096 check for the playlist link in description of video ....

  • @peppermintdior
    @peppermintdior 3 роки тому +1

    Easy and nice !

  • @maheshbabu9909
    @maheshbabu9909 3 роки тому

    Really excellent

  • @chaitanyasingh8620
    @chaitanyasingh8620 3 роки тому +1

    BTW luv ur videos very much

  • @sanjushekhawat6446
    @sanjushekhawat6446 3 роки тому +1

    Teaching way excellent 👌💯

  • @chaitanyasingh8620
    @chaitanyasingh8620 3 роки тому +2

    Sir where is the practical of this algorithm

    • @itsdineshvaryani
      @itsdineshvaryani  3 роки тому +1

      I have published it now. BTW you can follow playlist link provided in description of video. It has all the videos. You will get all the updated videos in this playlist !!!

    • @chaitanyasingh8620
      @chaitanyasingh8620 3 роки тому +1

      @@itsdineshvaryani thank you sir❤

  • @mayukhchatterjee5998
    @mayukhchatterjee5998 3 роки тому

    Sir, till LinkedList you coded the implementations of each and every methods like insertion, deletion etc.
    But here In Stack, why you used collections and generics instead of coding the pop(), push() methods?

    • @itsdineshvaryani
      @itsdineshvaryani  3 роки тому

      you can use same implementations for push and pop ... what we implemented !!!

  • @arijitmohapatra147
    @arijitmohapatra147 3 роки тому +1

    Sir! What's the time complexity here?

  • @AbhishekPandey-yl3bp
    @AbhishekPandey-yl3bp 3 роки тому +1

    Best

  • @Matrix-yh7wh
    @Matrix-yh7wh 3 роки тому +1

    While explaining logic don't give the code on screen, it doesn't force to think or implement our own logic as it is already on screen.

    • @itsdineshvaryani
      @itsdineshvaryani  3 роки тому +5

      But that is how it makes atleast one such concept easier to understand .. it develops different ways to solve problem ... The complete course is built like that ...

    • @Matrix-yh7wh
      @Matrix-yh7wh 3 роки тому

      @@itsdineshvaryani Yes sir I understand every teacher has their method of teaching