No video

Circular Linked List Tutorial - Why Use a Circular List?

  Рет қаралды 19,322

Tech With Tim

Tech With Tim

Күн бұрын

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.
Playlist: • Queue Data Structure T...
◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python
tech-with-tim.....
📸 Instagram: / tech_with_tim
🌎 Website techwithtim.net
📱 Twitter: / techwithtimm
⭐ Discord: / discord
📝 LinkedIn: / tim-rusci. .
📂 GitHub: github.com/tec...
🔊 Podcast: anchor.fm/tech...
💵 One-Time Donations: www.paypal.com....
💰 Patreon: / 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

Пікірлер: 26
@longhotsummergames
@longhotsummergames 2 жыл бұрын
What is a practical application for this? And what is a good way to delete the first 3 items in a list?
@alan7761
@alan7761 5 жыл бұрын
Congrats on 60k subs.
@TechWithTim
@TechWithTim 5 жыл бұрын
Thank you !
@dmitricherleto8234
@dmitricherleto8234 3 жыл бұрын
643k under two year. Impressive!
@user-ou3bf2um3r
@user-ou3bf2um3r 5 жыл бұрын
You are amazing man, keep going
@themonster4759
@themonster4759 Жыл бұрын
thanks so much i hope you have nice next days
@jamjam3448
@jamjam3448 2 жыл бұрын
Thanks ☺️
@SkyFly19853
@SkyFly19853 5 жыл бұрын
Circular Linked Lists... that sounds interesting...
@jeanie8448
@jeanie8448 Жыл бұрын
I finally get it, thank you so much!!
@nikosroom1913
@nikosroom1913 4 жыл бұрын
Great video, thank you!
@Ralvy
@Ralvy 3 жыл бұрын
Where can i practice on this? I really need to solve many questions like this to be able to solve on my exam
@keziakandii
@keziakandii 3 жыл бұрын
same.. everything I learn is 10x harder on a test.
@Ralvy
@Ralvy 3 жыл бұрын
@@keziakandii True
@frroossst4267
@frroossst4267 3 жыл бұрын
leetcode?
@Ralvy
@Ralvy 3 жыл бұрын
@@frroossst4267 too late, I passed the subject with a B. But thanks tho
@LynnyrdRavage
@LynnyrdRavage Жыл бұрын
@@Ralvy Do you remember if this helped? Or where I could learn to practice this?
@nagusameta366
@nagusameta366 3 жыл бұрын
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
@viktorstefanov4848
@viktorstefanov4848 3 жыл бұрын
If there are no elements in the ll the first added one will be the tail, the second will be the head, so you dont really need to store the head's location as it will always be the 1st element appended to a list. You could achieve that with some simple if statements. Append 6 now 6 is the tail now append 10 and 10 is the tail pointing to 6 and vice versa, now append 2 and 2.next is 6.next and 6.next is 2. Hope this clears things up
@generalhimeko2639
@generalhimeko2639 Ай бұрын
you've explain how its useful for real world application but update your video please.....i couldnt see the syntactically indentation scope.
@mitpatel4898
@mitpatel4898 4 жыл бұрын
why is the code for adding at the end and front the same thing? how can you then tell which is which?
@mhb12x80
@mhb12x80 Жыл бұрын
Because it's literally the same thing (adding an element is practically the same) To conclude : saying the word beginning or end is pointless
@fiendsgaming7589
@fiendsgaming7589 5 жыл бұрын
Are you in the first year? Because this was just taught to me week ago and I'm in 2nd semester first year
@TechWithTim
@TechWithTim 5 жыл бұрын
Going into second
@mhb12x80
@mhb12x80 Жыл бұрын
Has anyone realized that adding at the beginning and the end is litey the same thing ?
@technoinfoworldwide2329
@technoinfoworldwide2329 5 жыл бұрын
for your easy,why not to buy one small whiteboard,marker..it would be easy for you to explain..
Doubly Linked List Tutorial - What is a Doubly Linked List?
16:39
Tech With Tim
Рет қаралды 9 М.
every good programmer should know how to code this data structure (its easy)
21:08
Oh No! My Doll Fell In The Dirt🤧💩
00:17
ToolTastic
Рет қаралды 13 МЛН
Incredible Dog Rescues Kittens from Bus - Inspiring Story #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 34 МЛН
Now it’s my turn ! 😂🥹 @danilisboom  #tiktok #elsarca
00:20
Elsa Arca
Рет қаралды 12 МЛН
Touching Act of Kindness Brings Hope to the Homeless #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 18 МЛН
Binary Search Tree Tutorial - Traversal, Creation and More
32:30
Tech With Tim
Рет қаралды 32 М.
How Fast can Python Parse 1 Billion Rows of Data?
16:31
Doug Mercer
Рет қаралды 216 М.
How to Implement a Tree in C
14:39
Jacob Sorber
Рет қаралды 94 М.
Doubly Linked List | Insert, Delete, Complexity Analysis
17:17
Blue Tree Code
Рет қаралды 65 М.
Singly Linked Lists Tutorial - What is a Linked List?
13:31
Tech With Tim
Рет қаралды 41 М.
Oh No! My Doll Fell In The Dirt🤧💩
00:17
ToolTastic
Рет қаралды 13 МЛН