cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Lounge
need Ideeas for backtracking programs
need Ideeas for backtracking programs
Apr 4, 2016 at 4:11pm UTC
g3n0m3
(29)
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 UTC
Computergeek01
(5613)
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.