We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a function which when given an entry point to a tree, prints its preorder, inorder and postorder traversal.
Write a sample use of the checker function in the main function of your program. Also, specify the data structure used for the tree.
Hint: Use recursion for succinct code. For the really adventurous, try doing the same iteratively (you will need to use a stack).
The text was updated successfully, but these errors were encountered:
May i work on this issue. Is this repo restricted to ASCI-COEP members? I will be doing this in Python
Sorry, something went wrong.
PR #39
No branches or pull requests
Implement a function which when given an entry point to a tree, prints its preorder, inorder and postorder traversal.
Write a sample use of the checker function in the main function of your program. Also, specify the data structure used for the tree.
Hint: Use recursion for succinct code. For the really adventurous, try doing the same iteratively (you will need to use a stack).
The text was updated successfully, but these errors were encountered: