en

Inorder

ru

Übersetzung von "inorder" ins Russisch

inorder
Substantiv
raiting
UK
/ɪnˈɔːdə/
US
/ɪnˈɔrdər/
inorder
inorders Pl.
The inorder of the elements is important in this algorithm.
Порядок элементов важен в этом алгоритме.
инфиксный обход
In computer science, inorder is a type of tree traversal.
В информатике инфиксный обход — это тип обхода дерева.

Definitionen

inorder
Substantiv
raiting
UK
/ɪnˈɔːdə/
US
/ɪnˈɔrdər/
A specific sequence or arrangement, especially referring to the order in which elements are processed or visited, such as in computer science (e.g., inorder traversal of a binary tree).
The algorithm prints the nodes of the tree in inorder to display them in sorted order.
inorder
Adjektiv
raiting
UK
/ɪnˈɔːdə/
US
/ɪnˈɔrdər/
Relating to a traversal or processing sequence in which the elements of a data structure, especially the nodes of a binary tree, are visited in a prescribed left-root-right order.
An inorder traversal of a binary search tree returns the keys in ascending order.