Doubly Linked List Tutorial - What is a Doubly Linked List?

Profile Picture
- Published on Aug 9, 2019馃審 Public

So what is a doubly linked list? This data structure tutorial will cover what a doubly linked list is and how it works. It varies from a singly linked list as it has both a link to the next node as well as the previous node. This allows for traversal of a list both backwards and forwards which brings upon large speed improvements for certain operations. Enroll in The Fundamentals of Programming w/ Python https://tech-with-tim.teachable.com/p... Instagram: https://www.instagram.com/tech_with_tim Website https://techwithtim.net Twitter: https://twitter.com/TechWithTimm Discord: https://discord.gg/pr2k55t GitHub: https://github.com/techwithtim Podcast: https://anchor.fm/tech-with-tim One-Time Donations: https://www.paypal.com/donate/?token=... Patreon: https://www.patreon.com/techwithtim Please leave a LIKE and SUBSCRIBE for more content! Tags: - Tech With Tim - Doubly Linked List - Double Linked List - What is a Doubly Linked List - Doubly Linked List Data Structure - Data Structure Tutorial #DataStructures #DoublyLinkedList #ComputerScience