Fix broken links in readme algorithm list
Closed this issue · 2 comments
alxmjo commented
Many of the links to specific algorithms in the readme are broken. It appears to mostly be sorting algorithms.
- Check that links direct to appropriate algorithm implementation (which will be a header file ending in
.hpp
). - Fix broken links.
a-moreira commented
I'll do that!
alxmjo commented
It's yours. Thanks!