Learning Python Classes by Implementing Double Linked Lists

Published: 09 February 2021
on channel: RamgenDeploy
11
1

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


On this page of the site you can watch the video online Learning Python Classes by Implementing Double Linked Lists with a duration of hours minute second in good quality, which was uploaded by the user RamgenDeploy 09 February 2021, share the link with friends and acquaintances, this video has already been watched 11 times on youtube and it was liked by 1 viewers. Enjoy your viewing!