Explain the method of representing the binary tree
Answers
Answered by
0
Binary tree using array represents a node which is numbered sequentially level by level from left to right. Even empty nodes are numbered. Array index is a value in tree nodes and array value gives to the parent node of that particular index or node.
Similar questions