Y
Hacker News
new
|
ask
|
show
|
jobs
by
X6S1x6Okd1st
1977 days ago
Skimming the paper it appears so. B-trees also require sorted data.
1 comments
bmh
1977 days ago
B-trees don't need sorted data. The B-tree insertion algorithm performs the sorting for you.
link
infogulch
1977 days ago
B-trees need sort
able
data; GP is not saying that the data has to be pre-sorted, but that it can't be unorderable or otherwise uncomparable.
link