2 Simple Ways To Code Linked Lists In Python

preview_player
Показать описание

How to code a linked list in 2 separate ways.

This is video #2 in my Linked List series.

Рекомендации по теме
Комментарии
Автор

Can't underestimate the value of first MANUALLY creating a linked list as you did in the beginning, helps a tonne understanding the normal way of creating one.

ErastusK
Автор

This is the only Linked Lists tutorial I've seen where the tutor seem to care about the viewer *understanding* what is being taught.

scullyy
Автор

In the current version of python, you have to
print(currentNode.value, "->", end=" ")
in order to print in the same line as he did in the first example.

harturmainardi
Автор

I have watched more then 10 other videos on linkedlists in python. Yours was truly the first one where I was really able to understand the concept of the code!
Many thanks

maryamalmasharawi
Автор

My professor had an hour long lecture on this topic, and I understood it far better with your video. Thank you!

valeriagarcia
Автор

Hi Anthony,

Thank you so much for your efforts. Your explained LinkList very well. Whenever I get confuse I always come here and watch this video again. It just gives my more clarity every time .

Best wishes!

premspal
Автор

I watched a ton of videos on this, but this video really clicked for me, especially the beginning part with manually creating the linked list, thank you!

TradeWithJon
Автор

This is the BEST video on youtube on Linked Lists. It's so simple and easy to understand. I just subscribed!

SW-nxjz
Автор

nice design - the 2 separate ways. after understanding the 1st way, which is very easy to be understood, grasping the ideas in the 2nd way becomes easy too. thank you!

kate_chengdu
Автор

Thank you so much for this video..It helped my understanding..you cant imagine how hard it has been to understand this concept..The first manual part also helped me understand this..I dont think I would have understood it without the first part..

joshuaasogwa
Автор

This was so helpful, thank you! This is the best video on linked lists and your teaching style is very thorough. Would you be able to do similar videos on other data structures (binary trees, AVL trees, heaps, etc) in Python as well?

verryberrypie
Автор

After watching number of videos on linked list finally I understood. Thanks a ton. Your approach is awesome

AjeetSingh-oont
Автор

You explained in such lucid manner. Thanks a million Anthony.

yagyasen
Автор

Really good explanation dude. You just made it easier, I had so many questions about implementation before watching this video. You clarified a lot them!
Would be great if you can make more videos on other DS implentation in python.

tamharsingh
Автор

thank u so much, I was vexed after referring to various videos on linked-lists , finally I understood urs ...Great explanation

harshavardhanachary
Автор

I'm so lucky that I found your video! Thanks a ton! Subscribed!

thelifeofsarath
Автор

i watched the video with no audio, and still understood everything. Thats how easy he made it for us. Thankyou!

cozmos
Автор

Great and clear explanation bro. Subscribed!!

deadshotxi
Автор

This helped me a lot, thanks for spending the time to create it!

tjbruno
Автор

You are just amazing! Please be continue to your channel... please sir!

pratikvyas
join shbcf.ru