[演算法筆記]DFS(Depth-First Search)(ch22.3) - StevenTTuD's ...

文章推薦指數: 80 %
投票人數:10人

[演算法筆記]DFS(Depth-First Search)(ch22.3). 頂點的資料結構. DFS與BFS不同的是,在頂點上須標明兩個時間標籤(Timestamp,以頂點 ... Blog已遷移https://codingluka.com,logdown版本不再更新,麻煩大家前往新網站觀看^^ [演算法筆記]DFS(Depth-FirstSearch)(ch22.3) 頂點的資料結構 DFS與BFS不同的是,在頂點上須標明兩個時間標籤(Timestamp,以頂點v為例子,就是v.d和v.f這兩個屬性。

所以變成以下三個。

u.π-predecessorvertex. u.d-timestampwhenthevertexisfirstdiscovered(andissubsequentlycoloredgray) u.f-timestampwhenthevertexhasbeenfullyexplored(andissubsequentlycoloredblack)⇒u.d



請為這篇文章評分?