Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

Working With Linked Lists in Python (Summary)

You learned all about linked lists in this course. Like most other data structures, linked lists can be tricky when you’re first learning about them, but with enough practice, you’ll be able to implement them with ease.

In this course, you learned about:

  • What linked lists are and when you should use them
  • How to use collections.deque to implement queues and stacks
  • How to implement your own linked list and node classes, plus relevant methods
  • What the other types of linked lists are and what they can be used for

Here are resources for more information about linked lists in Python:

Download

Sample Code (.zip)

7.9 KB
Download

Course Slides (.pdf)

547.6 KB

Ghani on Oct. 22, 2020

I’ll need some time to digest the course but it was very well explained and presented. Thanks!

aashish on Nov. 15, 2020

Excellent explanation.

Become a Member to join the conversation.