Y
Hacker News
new
|
ask
|
show
|
jobs
by
bmh
1973 days ago
B-trees don't need sorted data. The B-tree insertion algorithm performs the sorting for you.
1 comments
infogulch
1973 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