Inspiration
I wanted to implement Binary Search Tree in python
What it does
Prints binary search tree using inorder traversal and deletes a node.
How we built it
We use recursion and python class to build it.
Challenges we ran into
Recursion for inorder traversal.
Accomplishments that we're proud of
Successfully prints and deletes nodes of a binary search tree.
What we learned
Implementing Binary Search Tree
Log in or sign up for Devpost to join the conversation.