noun
traversal sequence
Computing term for the order in which nodes of a data structure (e.g., tree, graph) are visited during a traversal.
深さ優先探索では、トラバーサル順序が重要になる。
In depth-first search, the traversal sequence is important.
このアルゴリズムはトラバーサル順序を保証する。
This algorithm guarantees the traversal order.