师大106 这题问 Which data structure is required to find a path of the mazing problem?(stack or queue) 我疑问的是, BFS 跟 DFS 应该都可吧?所以两个资料结构应该都行? 虽然程式运作上避免不掉会用到 memory stack 不过我想题目应该不是想问这个 还是说 BFS 没办法走迷宫?
作者: cossetannie (paa) 2020-10-17 18:55:00
stack比较适合吧 如果走错了你还能回到前面选别条路queue的话 你处理完就pop掉了要怎么回头重找别条路这题重点应该放在which data structure