師大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