|
Class Summary |
| ArrayString |
A static method to print out an array based on Java Tech Tips, Feb 5, 2002. |
| Horner |
This has static methods for the Horner encoding and its inverse. |
| IntArray |
This class is a wrapper for an array of int's mainly so we can
specify the equals and hashCode methods. |
| PermutationGenerator |
This class is used to help generate permutations of arrays. |
| SequenceGenerator |
This has utility static methods for sequence generation,
including nondecreasing sequences. |
| SimpleList |
Simple Linked lists. |