Package de.tilman_neumann.jml
Class EgyptianFractionsTriangle
- java.lang.Object
-
- de.tilman_neumann.jml.base.BigIntTriangle
-
- de.tilman_neumann.jml.EgyptianFractionsTriangle
-
public class EgyptianFractionsTriangle extends BigIntTriangle
Computes the number of terms/steps the Greedy algorithm requires to find a sum of simple quotients for any k/n; 0- Author:
- Tilman Neumann
-
-
Constructor Summary
Constructors Constructor Description EgyptianFractionsTriangle(int n)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
-
Methods inherited from class de.tilman_neumann.jml.base.BigIntTriangle
addRow, get, getRow, getRowSum, getRowSums, set, toList, toString
-
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
-