We consider here two new variants of K-dimensional binary search trees (K-d trees): median K-d trees and hybrid-median K-d trees. These two kinds of trees are designed with the aim to get a tree as balanced as possible. This goal is attained by heuristics that choose for each node of the K-d tree the appropriate coordinate to discriminate. In the case of median K-d trees, the chosen dimension to discriminate at each node is the one whose point value at that node is the most centered one. In hybrid-median K-d trees, the heuristic is similar except that it should be followed in a cyclic way, meaning that, at every path of the tree, no dimension can be re-selected to discriminate unless all the other dimensions have already been selected. We s...
. We analyze the expected time complexity of range searching with k-d trees in all dimensions when t...
Abstract. In 1971, Knuth gave an O(n2)-time algorithm for the clas-sic problem of finding an optimal...
This paper develops the multidimensional binary search tree (or k-d tree, where k is the dimensional...
Abstract: While k-d trees have been widely studied and used, their theoretical advantages are often...
Partial match queries arise frequently in the context of large databases, where each record contains...
We consider the problem of finding a k-median in a directed tree. We present an algorithm that compu...
In the first part of the thesis, we analyze the expected time complexity of range searching with k-d...
This paper introduces randomized K-dimensional binary search trees (randomized Kd-trees), a varian...
The final publication is available at Springer via http://dx.doi.org/10.1007/s00453-015-0097-4Partia...
The polyhedral structure of the K-median problem on a tree is examined. Even for very small connecte...
Abstract. We propose algorithms for maintaining two variants of kd-trees of a set of moving points i...
Multidimensional binary search tree (abbreviated k-d tree) is a popular data structure for the organ...
Quad-K-d trees [Bereckzy et al., 2014] are a generalization of several well-known hierarchical K-dim...
k-d tree (or Multidimensional binary search tree) is often used as a data structure for organizing a...
Abstract. We modify the k-d tree on [0, 1] d by always cutting the longest edge instead of rotating ...
. We analyze the expected time complexity of range searching with k-d trees in all dimensions when t...
Abstract. In 1971, Knuth gave an O(n2)-time algorithm for the clas-sic problem of finding an optimal...
This paper develops the multidimensional binary search tree (or k-d tree, where k is the dimensional...
Abstract: While k-d trees have been widely studied and used, their theoretical advantages are often...
Partial match queries arise frequently in the context of large databases, where each record contains...
We consider the problem of finding a k-median in a directed tree. We present an algorithm that compu...
In the first part of the thesis, we analyze the expected time complexity of range searching with k-d...
This paper introduces randomized K-dimensional binary search trees (randomized Kd-trees), a varian...
The final publication is available at Springer via http://dx.doi.org/10.1007/s00453-015-0097-4Partia...
The polyhedral structure of the K-median problem on a tree is examined. Even for very small connecte...
Abstract. We propose algorithms for maintaining two variants of kd-trees of a set of moving points i...
Multidimensional binary search tree (abbreviated k-d tree) is a popular data structure for the organ...
Quad-K-d trees [Bereckzy et al., 2014] are a generalization of several well-known hierarchical K-dim...
k-d tree (or Multidimensional binary search tree) is often used as a data structure for organizing a...
Abstract. We modify the k-d tree on [0, 1] d by always cutting the longest edge instead of rotating ...
. We analyze the expected time complexity of range searching with k-d trees in all dimensions when t...
Abstract. In 1971, Knuth gave an O(n2)-time algorithm for the clas-sic problem of finding an optimal...
This paper develops the multidimensional binary search tree (or k-d tree, where k is the dimensional...