1986
DOI: 10.1007/bf00288468
|View full text |Cite
|
Sign up to set email alerts
|

Generating binary trees of bounded height

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
5
0

Year Published

1988
1988
2020
2020

Publication Types

Select...
4
2
2

Relationship

0
8

Authors

Journals

citations
Cited by 19 publications
(5 citation statements)
references
References 16 publications
0
5
0
Order By: Relevance
“…The NN algorithm is easy to implement by computing and sorting the distances from any point to every other point, however, this "naive" approach scales with (n − 1) 2 and is therefore computationally expensive for large n. More sophisticated algorithms have been developed to overcome this by seeking to reduce the number of distance determinations required (e.g. Lee & Wong 1977;Aghbari 2005).…”
Section: Nearest Neighbour Densitymentioning
confidence: 99%
“…The NN algorithm is easy to implement by computing and sorting the distances from any point to every other point, however, this "naive" approach scales with (n − 1) 2 and is therefore computationally expensive for large n. More sophisticated algorithms have been developed to overcome this by seeking to reduce the number of distance determinations required (e.g. Lee & Wong 1977;Aghbari 2005).…”
Section: Nearest Neighbour Densitymentioning
confidence: 99%
“…Succinct Data Structures. The space efficiency of TEBs is founded on the idea of mapping tree nodes to integer values [30] and the foundational work on succinctly encoded binary trees [24] that efficiently support the necessary navigational operations using the rank and select primitives. Both primitives require a helper structure to lower the time complexity of tree navigations from linear to constant time.…”
Section: Related Workmentioning
confidence: 99%
“…In the above methods we traverse the trees in preorder. Lee et al [23] have used level-by-level order, i.e. first the root, then the children of the root from left to right, then their children from left to right, and so on.…”
Section: Encoding With Fixed Length Codewordsmentioning
confidence: 99%
“…The length of these level-to-level sequences naturally equals the length of the codewords obtained by the the methods described above. Lee et al [23] have found the codewords so obtained useful for some special purposes. Moreover, in chapter 7 we shall see that the level-by-level sequence allows tree traversal in compressed trees.…”
Section: Encoding With Fixed Length Codewordsmentioning
confidence: 99%