ProAlgos / ProAlgos-Cpp

C++ implementations of well-known (and some rare) algorithms, while following good software development practices
MIT License
507 stars 363 forks source link

AVL Tree and Knight's Tour #462

Open jsjeon-um opened 2 months ago

jsjeon-um commented 2 months ago

Added functionality for data structure AVL Tree and algorithm Knight's Tour. Added appropriate unit tests for both