Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skiplist #108

Open
superzmy opened this issue Sep 15, 2019 · 2 comments
Open

skiplist #108

superzmy opened this issue Sep 15, 2019 · 2 comments

Comments

@superzmy
Copy link

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

@Kunal614
Copy link

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

@digantadiasi195
Copy link

assign me this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants