Inspiration
One of GHW:October's challenges were about building a BST. I thought it would be a good idea to learn about it.
What it does
Basically, it allows you to insert and search values in a BST.
How we built it
I've built it in Python, because I'm learning it and I thought it would be cool to practice Python in building such a historical challenge.
Challenges we ran into
The principal challenge was the fact that I didn't know what has a BST until I say the challenge.
Accomplishments that we're proud of
It works! That's enough for me, at least for now.
What we learned
I've learned a lot. Now I understand what is a BST, how it works and why it's so important!
What's next for BST
There's still some features missing: right now, I cannot delete any node. So, that will be the next step!
Built With
- python
- replit
Log in or sign up for Devpost to join the conversation.