|
|
|
|
|
by rw
3469 days ago
|
|
I've read this page before, and again today, and I still don't understand how these unrolled lists are supposed to work in practice. Based on the author's example at https://i.imgur.com/FYpPQPh.png, how do you take an unrolled skiplist that has a bottom row like this: [1,2,3] -> [4,5,_] -> [7,8,9]
And insert 2.5? An inevitable tree restructuring would have to occur, which vastly complicates the insertion logic. |
|