Question: In which scenario would you prefer using Dijkstra\'s algorithm over A* search algorithm?
Options:
Correct Answer: When the heuristic is not available
Solution:
Dijkstra\'s algorithm is preferred when there is no heuristic available, as A* relies on heuristics to guide its search.