Skip to content

Added postOrder and preOrder functions#596

Closed
savolla wants to merge 1 commit intoTheAlgorithms:masterfrom
savolla:feature-preorder-postorder
Closed

Added postOrder and preOrder functions#596
savolla wants to merge 1 commit intoTheAlgorithms:masterfrom
savolla:feature-preorder-postorder

Conversation

@savolla
Copy link
Copy Markdown

@savolla savolla commented Aug 22, 2020

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

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:

@github-actions
Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions Bot added the Stale label Nov 28, 2021
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 5, 2021

Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

@github-actions github-actions Bot closed this Dec 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants