[try Beta version]
Not logged in

 
need Ideeas for backtracking programs

Apr 4, 2016 at 4:11pm
I'm have some sort of "assigment" and I have to write theory and code applications of backtracking technique.

What I have done so far is some combinatorics problems(boooring), queens problem, sudoku solver and a maze generator and traversal.

thinking maybe you can give me some ideas for some interesting problems which can be solved with the backtracking technique
Apr 4, 2016 at 6:27pm
You could try a game emulator. Something like "Go" would be an interesting use of this technique. One of the contributors here started one a while back but because of the ambiguous name I can't find it :(.
Topic archived. No new replies allowed.