keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
23.77k stars 4.59k forks source link

Add `validate_bst` function for testing purposes #845

Open psalqvist opened 2 years ago

psalqvist commented 2 years ago

Also noticed that bst.py contained unit tests. Move to tests folder, and add test for ìnsert function.

fixes #844