Backtracking
Question 1 |
Which of the following is not a backtracking algorithm?
Knight tour problem | |
N queen problem | |
Tower of hanoi | |
M coloring problem |
Discuss it
Question 1 Explanation:
Knight tour problem, N Queen problem and M coloring problem involve backtracking. Tower of hanoi uses simple recursion.
There is 1 question to complete.