traversal
RU: обход
The act of visiting every element in a data structure (array, list, tree) in a specific order, usually to process, count, search, or transform the elements. O(n) for arrays.
RU: обход
The act of visiting every element in a data structure (array, list, tree) in a specific order, usually to process, count, search, or transform the elements. O(n) for arrays.