Posts by F. Coelho • 31 points
1 post
-
3
votes1
answer108
viewsQ: Are the keys in a knot of a B-Tree in non-decreasing or ascending order?
CRLS (Introduction to the Algorithms, Cormen et al) defines that the keys of a node in a B-Tree must be in non-degressing order (K1 <= K2 <= ... <= Kn). However, as there is no repetition…