Circular Linked List Tutorial - Why Use a Circular List?

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

This data structure tutorial focuses on the use of circular lists, especially circular linked lists. A circular structure allows for significant performance abilities and a very nice way to access both the front and end of the list. What is meant by a circular list is that the tail node does not point to null. Instead it points back to the head. 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 - Linked List - Circular Linked List - Circular List - Circular List Tutorial - Why use a circular list #CircularList #DataStructures #LinkedList