Linked Lists in Python

Опубликовано: 08 Октябрь 2024
на канале: JakeEh
140
10

In this video we are going to learn why you should consider Linked Lists if you are working with an otherwise REALLY long list!

Linked Lists are basically like normal lists but each element knows about the next one. This means you can remove things from the start of the list or add things to the end EXTREMELY fast!

Thanks for watching!

Timestamps:
00:00 Intro
00:13 What's a Linked List?
00:25 Why could it be bad to use?
01:40 What's a Linked List cont.
02:33 Making a Linked List in Python
08:55 Outtro