The question says level order traversal of tree is provided but in the output the leaf nodes are 4 5 6 7
how to construct correct tree with just this information?
The question says level order traversal of tree is provided but in the output the leaf nodes are 4 5 6 7
how to construct correct tree with just this information?