Class | Description |
---|---|
BacktrackingSolvabilitySomewhatEfficient |
Insert comment here about what your algorithm does.
|
FindAllUnsolvableConfigs |
Return all of the unsolvable configurations of a graph for given values of p and q.
|
GeneralReachabilityAlgorithm | |
GeneralSolvabilityAlgorithm | |
IsSolvableBest | |
IsSolvableSomewhatExhaustiveEfficient |
This is the class that uses the brute force algorithm to determine whether a particular pebbling puzzle is solvable
or not.
|