We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/UncP/aili/blob/master/art/art_node.c#L395 这里是不是写错了? add_child 增加节点应该是往 children pointers 的末尾append一个 node. 所以不应该是 an48->child[get_count(version)] = child; 才对吧?
an48->child[get_count(version)] = child;
The text was updated successfully, but these errors were encountered:
上一行 count 已经增加了
Sorry, something went wrong.
No branches or pull requests
https://github.com/UncP/aili/blob/master/art/art_node.c#L395
这里是不是写错了? add_child 增加节点应该是往 children pointers 的末尾append一个 node. 所以不应该是
an48->child[get_count(version)] = child;
才对吧?The text was updated successfully, but these errors were encountered: