Skip to content
New issue

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

Created Binary_Search_Tree_Traversals #520

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Bhagy3sh
Copy link

Implemented Inorder, Preorder, Postorder traversals and searching an element in Binary Search Tree in python. Users can enter elements, and enter 'done' when they wish to stop. Then all 3 traversals will be displayed. Then the user will be asked for an element to be searched. If found, the element would be displayed.

Demo -
{82F9CA1C-E5B0-45F4-8602-C53B7A1EFA1A}

Implemented Binary search tree traversal code in python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant