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
Auf dieser Seite können Sie das Online-Video Learning Python Classes by Implementing Double Linked Lists mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer RamgenDeploy 09 Februar 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 11 Mal angesehen und es wurde von 1 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!