At 04:37 PM 9/25/2003, Jud McCranie wrote:
> Use standard backtracking/depth first search.
Plus branch-and-bound to eliminate considering duplicate configurations, e.g. exchanging ball 5 and 8, etc.