Question

The "state-space tree" is a conceptual tool often associated with backtracking. What does it represent?

A The memory usage of the algorithm.
B The sequence of operations performed by the CPU.
C All possible configurations or choices that can be made to solve a problem.
D The sorted order of elements.
E The shortest path between two nodes.
Practice Next

Hey! Ask a query