SkipListPro icon indicating copy to clipboard operation
SkipListPro copied to clipboard

createList初始化错误

Open yushimeng opened this issue 4 years ago • 0 comments

createList时,header的forward数组初始化为MAX_LEVEL+1大小,但是初始化时只初始化了[0, MAX_LEVEL).应该初始化[0, MAX_LEVEL]

yushimeng avatar Feb 25 '21 04:02 yushimeng