Documentation for preds and succs
Opened this issue · 1 comments
photoszzt commented
Line 63 in fd4ece9
In this comment, it said preds[i].key > key >= succs[i].key.
But in the paper, it's
which implies the relation is preds[i].key < key <= succs[i].key
Am I understand correctly? I check the findNode and findNodeDelete. The code corresponds to the code in the paper.
photoszzt commented
Oh, so the generated code's comment is corresponding to descending order?