kelvins / algorithms-and-data-structures

:abacus: Algorithms and Data Structures in several Programming Languages
MIT License
1.04k stars 256 forks source link

BinarySearchTree Refactor and Documentation Update (C++) #335

Closed hmigl closed 10 months ago

hmigl commented 10 months ago

This pull request refactors the existing 'BinaryTree' to 'BinarySearchTree' in the C++ codebase. The key changes are as follows: