Saved Bookmarks
| 1. |
What Is A Backtracking Algorithm? Provide Several Examples.? |
|
Answer» It is an algorithm that considers systematically all POSSIBLE OUTCOMES for each DECISION. Examples of backtracking algorithms are the eight queens problem or GENERATING PERMUTATIONS of a given sequence. It is an algorithm that considers systematically all possible outcomes for each decision. Examples of backtracking algorithms are the eight queens problem or generating permutations of a given sequence. |
|