algorithm-archive
algorithm-archive copied to clipboard
A collaborative book on algorithms
I see that there have been some Fortran codes submitted but that Fortran is not available as an option on the site. Looking at the code [interactive_euclidean.f90](https://github.com/algorithm-archivists/algorithm-archive/blob/master/contents/euclidean_algorithm/code/fortran/interactive_euclidean.f90) , I suggest...
# Bug Report ## Description I've tried to run clojure on the cooley-tukey code example. This is a default clojure setup (using the devcontainer setup, but should be the same...
Related closed issues: #152 #18 #12 #25. In my opinion, we should consider adding good practices, links to linter and prettifiers and general styling rules, like using spaces instead of...
# Feature Request ## Description GitHub has recently introduced [CITATION.cff](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files) files to help users correctly cite the contents of a repository. I think it could be a nice and simple...
# Bug Report ## Description Notational error in Taylor expansion for Euler method and images are incorrectly labelled Note, there was a private communication on discord about this. ## For...
[Hacktoberfest](https://hacktoberfest.digitalocean.com/) is during the month of october and we wanted to open up submissions for any algorithm in any language that is currently missing. This should follow the [How to...
# Feature Request Logo for the Algorithm Archive ## Description We need a logo for the Algorithm Archive, so I figured we should (finally) create an issue on this and...
Hey guys I noticed that there are only a few sorting algorithms on the archive. I think we should add these: merge sort insertion sort quick sort breadth-first search depth-first...
Whenever any (or most) of the Huffman Encoding implementations receive a string with only one character multiple times (think `'aaaaaaaaaaaaa'`, or `'bbbb'`). The functions fail and give either errors, or...
# Feature Request Add support for running tests and verification for all code in the AA ## Description Using Globbing and a bit of comparison magic, we could associate all...