Binary Tree Representation

Home > Computer Science > Algorithms and data structures > Trees > Binary Tree Representation

Representing a binary tree data structure as an array or linked list.