breadth-first traversal
常见例句
- Connectivity to the map without the depth and breadth - first traversal.
實現連通無曏圖的深度和廣度優先遍歷。 - This results in breadth-first traversal (compared to digging down into the first link found, which would result in depth-first behavior).
這會産生廣度優先遍歷(與優先処理首先找到的第一個鏈接不同,後者是一種深度優先遍歷)。 返回 breadth-first traversal