[go: nahoru, domu]

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

core dumped #2

Open
whnw opened this issue Nov 7, 2020 · 0 comments
Open

core dumped #2

whnw opened this issue Nov 7, 2020 · 0 comments

Comments

@whnw
Copy link
whnw commented Nov 7, 2020

ubuntu 18.04
order=2, other args default

BPTree<int, int> tree(2);
vector arr{1,2,3,4,5,6,7,8,10,11,12,9};
for(int i=0; i<arr.size(); ++i){
tree.put(arr[i],arr[i]);
}
for(int i=8; i<=10; ++i){
tree.remove(arr[i]);
}

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

1 participant