Tree traversal

Tree traversal

Tree traversal is a process of visiting each node in a tree data structure, usually done exactly once. It is classified by the order in which the nodes are visited and can be applied to other trees as well. Algorithms for this process are described for binary trees.

1 courses cover this concept

CS 61B: Data Structures

UC Berkeley

Fall 2022

CS 61B focuses on software efficiency from design and runtime perspectives. It covers object-oriented programming with Java, teaching data structures and various programming concepts. The course promotes hands-on learning with optional assignments.

No concepts data

+ 55 more concepts