I need to create a small algorithm repository with implementation and description. I recently found, for example, an efficient permutation generator for permutations of arbitrary length. Where can I find complete implementations of the source code with brief descriptions of other such algorithms?
Everything that is described in the Java API is not required, so I do not need the Euclid algorithm for the GCD, as implemented in BigInteger.
Solutions for max-flow / prims / etc. all are welcome, as well as any useful algorithms for solving / creating Java-tools.
source
share