From the course: Python Data Structures and Algorithms
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Parting comments and what comes next - Python Tutorial
From the course: Python Data Structures and Algorithms
Parting comments and what comes next
- [Robin] We've come to the end of this course on data structures and algorithms in Python. We've covered a lot of material. I hope you have found it is interesting to follow as I did to make it. I want to make a few parting comments. There are many different flavors of the algorithms we have covered, and it's easy to get overwhelmed if you look at lots of different articles and videos on the internet to supplement your learning. I suggest sticking with the versions in this course until you are very confident with how they work. Once you have this foundation, it will be easier to keep your bearings when you come across alternative versions. And you'll also be able to recognize the ways in which apparently different implementations are in fact very similar in essence. I also want to remind you that we've used a special case of a graph in this course, that is a graph represented as a 2D list of a row, column coordinates. Many of the versions you will see of the algorithms we have…
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.