Course contentsShow
Computer Science
Lesson 480 of 2,87211. Binary TreesPro lesson

Iterative Preorder with Stack

Converting recursive preorder to iterative using explicit stack: push root, pop-process-push right-push left.

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.