algorithm-archive
algorithm-archive copied to clipboard
A collaborative book on algorithms
We have been doing a poor job of commenting code in the AAA. I understand that some code is self-explanatory, but because many people may be learning new languages along...
We had a discussion in https://github.com/algorithm-archivists/algorithm-archive/pull/495 about the purity of functions. The argument is that for many algorithms, specifically numerical ones, the implementation should not be pure for performance reasons,...
It would be great to have a set of scripts we can use to clean up some files in the AAA regularly. - [x] `.editorconfig` languages need to be sorted...
Hey guys, There are a few algorithms in the archive that require plotting and a few more are on the way. Obviously, not all languages come with a plotter, so...
Hey, when I was looking through code examples, I noticed, each implementation is different from each other. Which is expected in some way. But we should try to unify things...
C# implementation of Flood fill. Added the code in flood_fill.md
--- name: Code submission about: Add code or modify existing code in the Algorithm Archive --- # Code submission ## Description These are implementations of the stack ad queue data...