DM Online Lecture 11,12
DM Online Lecture 11,12
Introduction to Trees:
Page 1|9
Page 2|9
Binary Tree:
In computer science, a binary tree is a tree data structure in which each node has at most two
children, which are referred to as the left child and the right child.
Page 3|9
Tree Traversal:
Page 4|9
Page 5|9
Page 6|9
Page 7|9
Infix, Prefix, and Postfix Notation:
Page 8|9
Lecture Prepared by