Level-Order Traversal
In this lesson, you will learn how to implement level-order traversal of a binary tree in Python.
We'll cover the following
In this lesson, we go over how to perform a level-order traversal in a binary tree. We then code a solution in Python building upon our binary tree class.
Here is an example of a level-order traversal:
Get hands-on with 1400+ tech skills courses.