lprimeroo / DSA

Implementations of various data structures and algorithms.
MIT License
104 stars 179 forks source link

Binary Search Tree and CombSort in c++ #180

Open bogdanjidovu opened 4 years ago

bogdanjidovu commented 4 years ago

The other Binary Search Tree in the repository was incomplete so I deleted it and added mine with the same name but the wanted functionality. I also added a Comb Sort implementation in c++ that wasn't available here.