2021年3月20日星期六

Skip List in java using doubly linked list

Hi, I was wondering if it would be possible to implement a SkipList using a doubly linked list in such way that all of our nodes has an UP ref, Down ref, Left ref, Right ref; would you please tell me how to do it? thank you! :)

https://stackoverflow.com/questions/66728458/skip-list-in-java-using-doubly-linked-list March 21, 2021 at 11:05AM

没有评论:

发表评论