mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-21 21:09:36 +00:00
[PR #596] Added postOrder and preOrder functions #1043
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/TheAlgorithms/C/pull/596
State: closed
Merged: No
Description of Change
Added Preorder and Postorder Traversal functions in Binary Search Tree. In previous version there was only Inorder Traversal. I thought that these operations are also important since they used in various binary search problems like cloning bst (preorder) and deleting bst (postorder)
References
Checklist
Notes: