|
Class Summary |
| Applet |
Class Applet provides a graphical user
interface to run the CountPaths code in a browser. |
| CLI |
Class CLI
runs a hard-coded series of searches using
the CountPaths class printing the number of
paths found and optionally the paths themselves. |
| CountPaths |
Class CountPaths
systematically searches for all paths
connecting a pair of vertices for some
given length. |
| GUI |
Class GUI provides a graphical user
interface to run the CountPaths code. |
| Path |
Class Path
represents a trip through several vertices in
some order. |
| Vertex |
Class Vertex
represents some point on a 2-D cartesian grid. |