Episode 10 - Topological Sort
Programming - A podcast by Programming - Tuesdays
![](https://is1-ssl.mzstatic.com/image/thumb/Podcasts115/v4/e9/e7/8b/e9e78bdb-2573-b200-a36e-dff961bca55d/mza_12050385658737065530.jpg/300x300bb-75.jpg)
Categories:
The chances are that the information from this episode will come in handy to you during a coding interview and likely in real life! In this episode, you'll learn the topological sort algorithm. Along the way, you'll understand what's a dependency graph and how topological sort operates on this data structure. We'll also discuss a few real-life examples where I had to implement topological sort myself!