From the course: Python Data Structures: Linked Lists
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Next steps - Python Tutorial
From the course: Python Data Structures: Linked Lists
Next steps
- Well, that's it. I hope you had as much fun learning about linked lists and all their variations as I did creating this course. The linked list is not just a data structure. It's a programming concept that you'll find in many algorithms you learn and problems that you encounter throughout your career, not just in the job interview. So if you're looking for another data structure that fills the voids in your life, I'd also suggest my course about trees in Python. That's trees, the data structure, not just the arboreal plant. Trees are dynamic data structures similar to linked lists that fit nicely in the hierarchy of computer science data structures. I hope you'll continue to explore with me. Well, that's all for now. I'll see you in the next course.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.