breadth-first traversal
基本解釋
- [計(jì)算機(jī)科學(xué)技術(shù)]廣度優(yōu)先算法
英漢例句
- Connectivity to the map without the depth and breadth - first traversal.
實(shí)現(xiàn)連通無(wú)向圖的深度和廣度優(yōu)先遍歷。 - This results in breadth-first traversal (compared to digging down into the first link found, which would result in depth-first behavior).
這會(huì)產(chǎn)生廣度優(yōu)先遍歷(與優(yōu)先處理首先找到的第一個(gè)鏈接不同,后者是一種深度優(yōu)先遍歷)。
雙語(yǔ)例句
專業(yè)釋義
- 廣度優(yōu)先算法