dalicious.algorithm.searching

Some additional alogorithm functions.

Members

Functions

backtracking
T[] backtracking(T[] candidates, T[] solution)

Find an optimal solution using backtracking.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

Arne Ludwig <arne.ludwig@posteo.de>