Design recursive algorithm to traverse a binary tree represented in linked lists in inorder,preorder and postorder and handsimulate your algorithms with an example
Advert.
Design recursive algorithm to traverse a binary tree represented in linked lists in inorder,preorder and postorder and handsimulate your algorithms with an example
Hmm.. why don't you consult a book, that would be good as such things are best mentioned in book. I remember, I had full chapter of linked list but I don't remember things anymore.