Hi Everybody, So this is a video based on a little snippet a did in Twitter, I improve this implementation and here is the tutorial for it admittedly python is not the best language to do this kind of stuff, c++ is better for this kind of things, but the idea of this video is to learn python classes how to use them and python it's better to illustrate how linked list work so Doble linked list are data structures that allows us to illustrate some good concepts in Software development so its a cool concept to know and implement, also it's very useful concept before knowing graphs, but for now let's see Linked list
So the basic idea is to have a node that haves two variables or pointers in the case of C++ that haves the previous node and the next node in the chain,
The first node has None as previous and the last one have next None too, we could connect the last and first node and have a cycle list.
Repo: https://github.com/ramgendeploy/LbD/t...
⌚ Time Stamps
00:00 Intro
00:51 Node Implementation
01:34 Linked List class Implementation
04:09 Testing the linked list
04:49 Finding the Max in the linked list
🔗 Socials
Twitter: / ramgendeploy
Twitch: https://twitch.com/ramgen
Github: https://github.com/ramgendeploy
Blog: https://ramagg.com/
#️⃣ Hashtags
#python
#crashguides
#ramgendeploy
На этой странице сайта вы можете посмотреть видео онлайн Learning Python Classes by Implementing Double Linked Lists длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь RamgenDeploy 09 Февраль 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 11 раз и оно понравилось 1 зрителям. Приятного просмотра!