Hi all,
I want to create all possible combinations of a full binary tree which must have exactly 4 leaf nodes and 3 internal nodes.
I want to create it using recursion and tree must be simple binary tree not a binary search tree or BST.
Kindly suggest algorithm to achieve this task.
Thanks in advance.