mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-23 15:34:20 +00:00
[PR #596] [CLOSED] Added postOrder and preOrder functions #1039
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?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/596
Author: @savolla
Created: 8/22/2020
Status: ❌ Closed
Base:
master← Head:feature-preorder-postorder📝 Commits (1)
5ff9a40Added postOrder and preOrder functions📊 Changes
1 file changed (+26 additions, -0 deletions)
View changed files
📝
data_structures/binary_trees/binary_search_tree.c(+26 -0)📄 Description
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:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.