Linked List Implementation of Stacks (Part 1)

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

КОМЕНТАРІ • 72

  • @gurappagateacademy5618
    @gurappagateacademy5618 2 роки тому +141

    I am mechanical students l got AIR 6th rank in GATE PI . 11 times I qualified GATE. l did my M Tech from IIT Madras. This year I am writing GATE CSE. Neso academy vedios is better than other online source for GATE aspirants as my opinion. Thank you so much.

    • @anonymouscse6433
      @anonymouscse6433 Рік тому +6

      Bhai videos hota edited karke bhi galat hai
      11 times qualified

    • @Uknwnwizard
      @Uknwnwizard Рік тому +5

      11 times 😂

    • @saaranshjain9618
      @saaranshjain9618 Рік тому +1

      Bro became father before going for M Tech 🤣🤣

    • @studymaterial6465
      @studymaterial6465 Рік тому

      ​@@anonymouscse6433😂😂

    • @danishabbasofficially
      @danishabbasofficially Рік тому +1

      Yes of course... I'm from Pakistan I can't afford a package of Neso App but this channel helped me a lot.

  • @qwertypwnown
    @qwertypwnown 2 роки тому +16

    One of the best teachers on the internet! Many thanks.

  • @nandinirm2234
    @nandinirm2234 2 роки тому +4

    Best explanation
    I love the background ....pleasant for eyes and font size ....everything perfect

  • @sheelkumarigupta5273
    @sheelkumarigupta5273 3 роки тому +7

    Please upload the series soon.i need to study.your way of teaching is amazing.. I'm requesting plz upload as soon as possible

  • @Sovit705
    @Sovit705 2 роки тому +2

    why don't do they like this video? Please motivate the maker of the contents for a wonderful presentation of the topics.

  • @computer_tech98
    @computer_tech98 10 місяців тому +3

    The best explanation for the begginer student and also it looking best❤ thank you sir

  • @Mr_Memer01_
    @Mr_Memer01_ Рік тому +2

    What an explanation ❤🎉
    Sir I've viva and practical tomorrow
    Thanks sirji ❤️

  • @Ankittiwari-yk8ix
    @Ankittiwari-yk8ix 2 роки тому +4

    we can also form a dynamically allocate array...during the run time we can input the size of the array. so we do have not to worry about the size of the array.

    • @amandawanaprinceh1058
      @amandawanaprinceh1058 Рік тому +1

      very true. the reason given for why we need a linked list vs an array for the stack was not valid. During the run time also we can dynamically allocate the array size.

    • @net.navigator
      @net.navigator Рік тому

      the main idea behind the linked list is that we can use memory not only in a contiguous fashion. for extreme sets of data, allocating continuous memory is not a great idea to go with. yes you can realloc array and add size dynamically but in the linked list the data can be stored in available memory cells during run time and the storage need not be continuous

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

    Thank You So Much Neso Academy, Please Keep Making Videos You Are Really Doing a Great Job.
    I found such a great explanation of all these topics here.

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

    God bless neso academy

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

    very very good insight especially when i was confused that where the head will be define
    i got resolutions thanks

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

    Plz upload the videos as soon as possible...
    Thanks for this series and it is superb.

  • @phanikumarsimhadri8124
    @phanikumarsimhadri8124 Рік тому +1

    Excellent Explanation

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

    Please complete the playlist. Upload the video regularly sir please...

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

    I love Neso Academy :)

  • @Lil-Diva
    @Lil-Diva 2 роки тому +1

    Tysm sir💜

  • @timacorn2536
    @timacorn2536 Рік тому +1

    if there was a doubly linked list we could have top as the end pointer right? since we can always go back and set it to the 2nd last pointer

  • @bushrahussain3005
    @bushrahussain3005 8 місяців тому +1

    Top== NULL can be top== -1

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

    Keep up, sir

  • @kowshik-gu7cw
    @kowshik-gu7cw Місяць тому

    Time complexity of inserting an element at the end
    in linked list also order of N because this also traverse to insert

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

    You guys are truly amazing ❤️

  • @HopeNHopes
    @HopeNHopes 4 місяці тому

    الحمدالله للوجود النسو آکادمی 🤞😗

  • @gandhamprakash
    @gandhamprakash Рік тому

    for example i want to delete the firstly created node in the list(stack operation at begining of list),it also take O(n) ...

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

    thankyou neso love you

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

    Please upload the next video's as soon as possible sir...

  • @thefattyguitarist6623
    @thefattyguitarist6623 2 роки тому +2

    But what if while pushing a node into linkedlist we keep track of both top and previous top (by another pointer variable)
    And then push
    This will reduce time complexity to O(1)

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

    thank you man, it was an awesome explanation!

  • @AlameenAdeyemi
    @AlameenAdeyemi 7 місяців тому

    i just had to comment man, kudos

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

    Please sir complete the playlist . I am watching the playlist for last 5 months and it's still going on.

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

      Do not ask for the quick completion. Just leave it as it is.

  • @sandeepgharusandeepgharu8269

    Brilliant 👌

  • @RahulSingh-yx8rw
    @RahulSingh-yx8rw 3 роки тому +1

    First comment , I'm waiting for this video. thank u so much👍

  • @gagansalian807
    @gagansalian807 9 місяців тому

    good one😄

  • @vaibhavkurale5016
    @vaibhavkurale5016 3 роки тому +9

    Data structure series complete hobe mai kitane din lag jayenge🙏

  • @brijeshkumarverma1223
    @brijeshkumarverma1223 Рік тому +1

    starts at : 4:48

  • @johanliebert675
    @johanliebert675 Рік тому +7

    Pov:you have exam tomorrow

  • @sangramganta4265
    @sangramganta4265 6 місяців тому

    sir please upload next data structures lectures
    please sir

  • @rajatshimpi455
    @rajatshimpi455 10 місяців тому

    do we only need to learn SINGLY LINked list for this chapter or do i need to know all like circular ,doubly etc ???

  • @adityabhattad4614
    @adityabhattad4614 Рік тому

    What if we maintain pointer to second last element, the problem will be easily solved... isn't it?

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

    ❤️❤️❤️

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

    how is time complexity of adding at the end of a singly linked list is constant. Isn't it O(n)?

  • @junaidnaik-pu7dp
    @junaidnaik-pu7dp 12 днів тому

    RCB❤❤❤

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

    When the next video is coming

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

    But sir STACK use LIFO property and in the linked list represention first node print in first so how stack property is true in linked list represention
    Thank you ❤

  • @divinechijindu7465
    @divinechijindu7465 8 місяців тому

    Have a tail pointer and make your life a bit easier?

  • @Bad_Agent
    @Bad_Agent Рік тому

    5:38

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

    1:10

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

    2:18

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

    1 st view😁

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

    Write a code/ program in your each video program🙏

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

    HA HA HA HA