backtrex icon indicating copy to clipboard operation
backtrex copied to clipboard

Add more examples

Open jmitchell opened this issue 9 years ago • 1 comments

Currently the Sudoku solver is the only example.

Motivation

  • Demos can help people realize the wide applicability of backtracking.
  • Sudoku doesn't leverage the API's full flexibility. For example, values callback ignores its problem and unknown parameters.
  • Optimizations like #3 will be better tested with a diverse collection of ready-to-go applications.

jmitchell avatar Jan 15 '17 21:01 jmitchell

Started a password cracker example in e5d138326. Realizing the API and cracker needs some work:

jmitchell avatar Feb 05 '17 00:02 jmitchell