Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
28いいね 787回再生

Linked Lists: The Most Misunderstood Data Structure

In this tutorial we will focus on a complete walk through of a Python linked list data structure.

A linked list is a collection of nodes which make a sequence using the pointers, where the first node of the linked list is called the head node, and the last node has a reference link to NULL.

⭐️ Timeline
0:00 - What is a linked list
1:01 - How to create a linked list
6:53 - How to traverse a linked list
10:05 - How to add a node at the end of a linked list
17:15 - How to add a node at the beginning of a linked list
22:30 - How to add a node after a given node of a linked list
28:45 - How to search a node in a linked list
33:48 - How to delete a node from a linked list
39:39 - Conclusion

📄 Resources
Full article with Python code: pyshark.com/python-tuple-data-structure/
My Services: pyshark.com/my-services/

🔗 My Social Media
YouTube:    / @mishasv  
Website: pyshark.com/
LinkedIn: www.linkedin.com/in/mikhail-sidyakov
TikTok: www.tiktok.com/@mishamisha_sv
Instagram: www.instagram.com/mishamisha_sv
Twitter: twitter.com/mishamisha_sv
GitHub: github.com/misha-pyshark

🎬 My YouTube Equipment
Microphone (Blue Yeti): amzn.to/3IeIsLg
Keyboard (Razer Ornata V2): amzn.to/3aeJIBt
Mouse (Logitech G403): amzn.to/3ReLUK4
Headphones (Bose Quiet Comfort 35 II): amzn.to/3uqidMq

💸 Donations
💵 One-Time Donations: www.paypal.com/donate/?hosted_button_id=7QP8DZT48K…
💰 Patreon: www.patreon.com/misha_sv

--------------------------------------------------------------------------------------------------------------
⭐️ Tags
Python Linked List
Python Linked List Tu

コメント