Implementing a Stack and a Queue with a Singly Linked List in Python 3 (Tutorial)

preview_player
Показать описание
In this tutorial, we'll be implementing a stack and a queue using a singly linked list. Be sure to subscribe if you enjoy this content to show your support and to be notified when our course on data structures and algorithms is released on this channel.
Рекомендации по теме
Комментарии
Автор

at 1:53 you say LILO(Last in last out), however, stacks show LIFO (Last in first out) behavior.

burakhanaksoy
Автор

Tomorrow is my Lab Exam so, I was looking for some new *insights*

sarimbinwaseem
Автор

Good stuff. More videos on data structure implementations would be great.

kjsfhjk
Автор

Wow! Amazing! I can do my homework now 😅

TaxiMathGirl
Автор

this is amazing tutorial thank you very much

quoraexpert
Автор

The new element reference is not in interpretable in one short. Could have been more intuitive if recursive function was used.

kunkumamithunbalajivenkate
Автор

Congratulations, you discovered lists.

RagHelen
Автор

What's the VS Code theme you are using. It's fantastic.
Can you tell me the name of it?

siddhanth_n_b
Автор

Please explain the push operation again in new video i am struggling very much . Please help me 🙇‍♀️ a humble request.

ayushisaini
Автор

Is the source code anywhere (I want to be able to read it without scrubbing through the video)?

Christopher-ewjw
Автор

how to print all the elements in the stack

cybercops