taxonomy |
recursive |
As a noun taxonomy
is the science or the technique used to make a classification.
As an adjective recursive is
drawing upon itself, referring back.
recursive |
frequent |
As adjectives the difference between recursive and frequent
is that
recursive is drawing upon itself, referring back while
frequent is frequent; often.
recursive |
backstepping |
As an adjective recursive
is drawing upon itself, referring back.
As a noun backstepping is
a technique for designing stabilizing controls for a special recursive class of nonlinear dynamical systems.
recursive |
octree |
As an adjective recursive
is drawing upon itself, referring back.
As a noun octree is
a treelike data structure each of whose nodes has up to eight children, most often used to partition a three-dimensional space by recursively subdividing it.
recursive |
quadtree |
As an adjective recursive
is drawing upon itself, referring back.
As a noun quadtree is
a treelike data structure each of whose nodes has up to four children, most often used to partition a two-dimensional space by recursively subdividing it.
recursive |
postorder |
As adjectives the difference between recursive and postorder
is that
recursive is drawing upon itself, referring back while
postorder is (computing theory) of a tree traversal, recursively visiting the left and right subtrees before the root.
recursive |
inorder |
As adjectives the difference between recursive and inorder
is that
recursive is drawing upon itself, referring back while
inorder is (computing theory) of a tree traversal, recursively visiting the root in between the left and right subtrees.
As a verb inorder is
to arrange; order; put in order.
recursive |
quicksort |
As an adjective recursive
is drawing upon itself, referring back.
As a noun quicksort is
a sorting algorithm that operates by recursively partitioning the items to be sorted into two sets.
As a verb quicksort is
to sort with such an algorithm.
Pages