Multidimensional binary trees represent a symbiosis of trees and tries, and they essentially arise in the construction of search trees for multidimensional keys. The set of nodes in a d-dimensional binary tree can be partitioned into layers according to the nodes appearing in the ith dimension. We d
Uniform Generation of Binary Trees in Parallel
โ Scribed by M.D. Atkinson; J.R. Sack
- Publisher
- Elsevier Science
- Year
- 1994
- Tongue
- English
- Weight
- 245 KB
- Volume
- 23
- Category
- Article
- ISSN
- 0743-7315
No coin nor oath required. For personal study only.
โฆ Synopsis
An unbiased random generator for binary trees is developed for a CREW-PRAM. The generator is capable of generating a binary tree on (n) nodes in time (O(\log n)), space (O(n)), with (O(n)) processors; it is also capable of generating various related combinatorial objects. O 1994 Academic Press, Inc.
๐ SIMILAR VOLUMES
We consider the problem of embedding complete binary trees into meshes with the objective of minimizing the link congestion. Gibbons and Paterson showed that a complete binary tree T p (with 2 p 0 1 nodes) can be embedded into a 2-dimensional mesh of 2 p nodes with link congestion two. Using the dim
We study the problem of mapping the N nodes of a data structure on M memory modules so that they can be accessed in parallel by templates, i.e., distinct sets of nodes. In literature several algorithms are available for arrays (accessed by rows, columns, diagonals, and subarrays) and trees (accessed