Menu

Backtracking Algorithms Questions

MCQ
1.
What is the type of the algorithm used in solving the 8 Queens problem?
forum Discussion
MCQ
2.
Let G be a graph with
forum Discussion
MCQ
3.
Find the odd one out from the following categories of algorithms.
forum Discussion
MCQ
4.
Name the node which has been generated but none of its children nodes have been generated in state space tree of backtracking method.
forum Discussion
MCQ
5.
What is the type of the algorithm used in solving the 4 Queens problem?
forum Discussion
MCQ
6.
Which design strategy stops the execution when it find the solution otherwise starts the problem from top
forum Discussion
MCQ
7.
what is the space complexity of 4-Queen problem
forum Discussion
MCQ
8.
Time complexity of 4-queen problem
forum Discussion
MCQ
9.
The method which stops the execution ,if it find the solution. Otherwise it start from the top
forum Discussion
MCQ
10.
Which is not return optimal solution from the following methods
forum Discussion
Page 1 of 2Next chevron_right