emmcold / KoochiProblems

GNU General Public License v3.0
2 stars 1 forks source link

Start Trees Questions #19

Closed sinhaaman closed 6 years ago

sinhaaman commented 6 years ago

Create Basic Tree Node class in a separate package and use simple functions such as : Insert Find

emmcold commented 6 years ago

I solved the insert and find an element, as we discussed the delete option is more complicated.