You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2025. It is now read-only.
Hi. I stumbled upon this project recently via random searches for Haskell projects on GitHub. I like the idea of having a collection of algorithms but I have a few suggestions:
Would you like to have build files for each algorithm so that people cloning the repository can just build and run the code?
Would you like to have a test suite for each algorithm to prove that they work?
Finally, would you like to have CI added so that new PRs ensure that each algorithm has tests and passes them after refactorings and other changes?