Finally, I returned to the original source article from Fagin, et. and others. They refer to this:
βNote that if we used pseudo-suffixes rather than prefixes, then the algorithm for doubling the directory would be especially easy: it essentially consists in making a second copy of the incomplete part of the directory immediately after the first instance. However, we decided to use prefixes for the sake of intuitive simplicity (thus, using prefixes, keys can be easily accessed in the pseudokey order, rather than in an inverted pseudo-key order). "
I donβt understand why they considered this approach more intuitive, since you could do without the idea of ββa whole bit and use modular arithmetic instead, but it seemed to be at least their rationale.
source share