Results 131 to 140 of about 3,587 (160)
Some of the next articles are maybe not open access.

Treelogy: A benchmark suite for tree traversals

2017 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS), 2017
An interesting class of irregular algorithms is tree traversal algorithms, which repeatedly traverse various trees to perform efficient computations. Tree traversal algorithms form the algorithmic kernels in an important set of applications in scientific computing, computer graphics, bioinformatics, and data mining, etc.
Nikhil Hegde   +3 more
openaire   +1 more source

B-Tree Traversals

2014
The B-tree , or, more specifically, the B+-tree, is the most widely used physical database structure for primary and secondary indexes on database relations. Because of its balance conditions that must be maintained under all circumstances, the B-tree is a highly dynamic structure in which records are often moved from one page to another in structure ...
Seppo Sippu, Eljas Soisalon-Soininen
openaire   +1 more source

Vectorization of tree traversals

Journal of Computational Physics, 1990
zbMATH Open Web Interface contents unavailable due to conflicting licenses.
openaire   +2 more sources

Fractal Merkle Tree Representation and Traversal

2003
Authenticated data structures provide cryptographic proofs that their answers are as accurate as the author intended, even if the data structure is maintained by a remote host. We present techniques for authenticating data structures that represent graphs and collections of geometric objects.
Markus Jakobsson   +3 more
openaire   +1 more source

kd-Tree traversal techniques

2008 IEEE Symposium on Interactive Ray Tracing, 2008
This article describes various kd-tree traversal techniques namely: omni-directional ray bundle traversal; cone traversal algorithm and multiple frustum traversal.
John A. Tsakok   +2 more
openaire   +1 more source

Trees and Graph Traversals

2018
A tree is a connected acyclic graph and a forest consists of trees. In this chapter, we first describe the tree structure, algorithms to construct a spanning tree of a graph, and tree traversal algorithms. Two main methods of graph traversal are depth-first search and breadth-first search.
openaire   +1 more source

Tree traversal (backtracking)

1997
In the preceding section we considered several problems of a similar type: “generate all the elements of some set A”. The scheme used to solve these problems was the following one: A linear ordering on A was imposed and a procedure to generate the next element of A (according to that order) was described.
openaire   +1 more source

Alternative methods for the reconstruction of trees from their traversals

BIT, 1987
It is well-known that given the inorder traversal of a binary tree's nodes, along with either one of its preorder or postorder traversals, the original binary tree can be reconstructed using a recursive algorithm. In this short note we provide a short, elegent, iterative solution to this classical problem.
H. A. Burgdorff   +3 more
openaire   +1 more source

Generalized non‐recursive traversal of binary trees

Software: Practice and Experience, 1981
AbstractA non‐recursive algorithm for the traversal of a binary tree is presented in which the order of traversal is defined by an external data array, allowing any of the six possible orders to be selected without modification to the algorithm itself.
openaire   +1 more source

Tree Traversal and Word Order

Linguistic Inquiry, 2005
This article looks at how the two-dimensional organization of a syntactic tree is translated into a one-dimensional string. It proposes a method of linearization that extracts the terminal string by visiting the nodes of a tree systematically in a predetermined order, either preorder, inorder, or postorder traversal.
openaire   +1 more source

Home - About - Disclaimer - Privacy