algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

skiplist

Open superzmy opened this issue 6 years ago • 2 comments

memset(update, 0, SL_MAX_LEVEL + 1); error size isn't it ?

and make_node use 0 to build a value that may not init with arg 0

superzmy avatar Sep 15 '19 08:09 superzmy

May be you need to do memset(update , 0 ,sizeof(update)) like this.

Kunal614 avatar Nov 18 '19 12:11 Kunal614

assign me this issue

digantadiasi195 avatar Oct 12 '23 13:10 digantadiasi195