filmov
tv
Trees, Depth First Traversal & Python Tutor Walkthrough

Показать описание
In this video we'll walk through the Depth First Search algorithm, our first real use of recursive algorithms. We'll step through the algorithm in PythonTutor because it is such a fundamental algorithm. So many other algorithms build off of this one, so make sure you have it down! We'll discuss pre-order, in-order, and post-order traversal too.