algorithms
algorithms copied to clipboard
skiplist
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
May be you need to do memset(update , 0 ,sizeof(update)) like this.
assign me this issue