Simple header-only generic algorithms implementation library
- Each algorithm implementation is independent on other library files
- Easy to copy and paste in leetcode tasks
- Most of classic algorithms implemented
- No exception safety
- No thread safety
Work on this library isn't finished. The known issues are:
- MinmaxHeap and Dijsktra doesn't work
- Some algoritms may conflict with each other due to using same helper classes. I will refactore this problem later
- Some docs and tests are AI-generated, so may contain mistakes