

MCQOPTIONS
Saved Bookmarks
1. |
A recursive problem like tower of hanoi can be rewritten without recursion using: |
A. | stack |
B. | priority queue |
C. | graph |
D. | cycles |
Answer» B. priority queue | |