algorithm-archive icon indicating copy to clipboard operation
algorithm-archive copied to clipboard

A collaborative book on algorithms

Results 104 algorithm-archive issues
Sort by recently updated
recently updated
newest added

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...

Discussion

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,...

Question
Discussion

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...

General
Discussion

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...

General
Discussion

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...

Discussion

add java code for implementation of flood fill

Implementation
lang: java

implemented the convolutions 1d in rust

Implementation
lang: rust

C# implementation of Flood fill. Added the code in flood_fill.md

Implementation
lang: c#

--- 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...