Inspiration

It was one of the challenges in the MLH website, and I wanted to test my knowledge on data structures

What it does

It creates a Binary Search Tree, and has a function that adds nodes to it

How we built it

I created a class that has the constructor, which initializes the root of the tree as null. It has a method to add nodes to the tree.

Challenges we ran into

I had doubts about whether creating the first node in the constructor or in the contains method.

Accomplishments that we're proud of

The program works as expected.

What we learned

I learned about data structures and how to plan out structures.

What's next for Binary Search Tree

Maybe future data structures

Built With

Share this project:

Updates