[solved] – Question 70825
How can the general tree (a b c d e f g) be represented as a binary tree with left=child, right=sibling?
Expert Answer
OR
How can the general tree (a b c d e f g) be represented as a binary tree with left=child, right=sibling?
OR