Circular Linked List Tutorial - Why Use a Circular List?

preview_player
Показать описание
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

◾◾◾◾◾◾

⚡ 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
Рекомендации по теме
Комментарии
Автор

What is a practical application for this? And what is a good way to delete the first 3 items in a list?

longhotsummergames
Автор

thanks so much i hope you have nice next days

themonster
Автор

Has anyone realized that adding at the beginning and the end is litey the same thing ?

mhbx
Автор

I finally get it, thank you so much!!

jeanie
Автор

Circular Linked Lists... that sounds interesting...

SkyFly
Автор

you've explain how its useful for real world application but update your video couldnt see the syntactically indentation scope.

generalhimeko
Автор

Where can i practice on this? I really need to solve many questions like this to be able to solve on my exam

Ralvy
Автор

why is the code for adding at the end and front the same thing? how can you then tell which is which?

mitpatel
Автор

I don't get how the tail.next actually gets to point back to the first node in the list when there's already no ref variable that keeps track of what the first node is....

Could someone explain

nagusameta
Автор

Are you in the first year? Because this was just taught to me week ago and I'm in 2nd semester first year

fiendsgaming
Автор

for your easy, why not to buy one small whiteboard, marker..it would be easy for you to explain..

technoinfoworldwide