Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

General classes/source code for solving Java algorithmic problems? [closed]

Tags:

java

algorithm

I need to build a small repository of algorithms with implementation and description. I found recently, for example, an efficient permutations generator for permutations of arbitrary length. Where can I find full source code implementations with short descriptions of other such algorithms?

Anything covered in the Java API is not needed, so I don't need Euclid's algorithm for GCD, as that's implemented in BigInteger.

Solutions for max-flow/prims/etc. are all welcome, as well as any useful algorithm-solving/creating Java tools.

like image 502
Stefan Kendall Avatar asked Jul 12 '26 04:07

Stefan Kendall


1 Answers

  1. Apache commons-math
  2. COLT from CERN
  3. Apache Mahout
like image 163
bmargulies Avatar answered Jul 14 '26 17:07

bmargulies



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!