Common classes / source code for solving Java algorithmic problems?

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.

+3
source share
3 answers

thread ( ) TopCoder . , .

- ++/C/Pascal Java. ( ++) shygypsy.com.

, USACO , C/++/ AFAIR.

+1
  • Apache commons-math
  • COLT CERN
  • Apache Mahout
+3

. , javadoc Math. "", "", , , .

+1
source

Source: https://habr.com/ru/post/1725993/


All Articles