Uses of Class
io.github.skenvy.Collatz.TreeGraph
-
-
Uses of Collatz.TreeGraph in io.github.skenvy
Methods in io.github.skenvy that return Collatz.TreeGraph Modifier and Type Method Description static Collatz.TreeGraph
Collatz. treeGraph(BigInteger initialValue, int maxOrbitDistance)
Returns a directed tree graph of the reverse function values up to a maximum nesting of maxOrbitDistance, with the initialValue as the root.static Collatz.TreeGraph
Collatz. treeGraph(BigInteger initialValue, int maxOrbitDistance, BigInteger p, BigInteger a, BigInteger b)
Returns a directed tree graph of the reverse function values up to a maximum nesting of maxOrbitDistance, with the initialValue as the root.
-