When implementing the backtracking algorithm, which data structure is most suitable?
Queue
Stack
Array
Linked List

Computer Science Exercises are loading ...