-
Notifications
You must be signed in to change notification settings - Fork 32
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
Allow for duplicate nodes #1
Comments
If I just remove it from the code, balancing step fails. I think the key is to find the parent node so that it wouldn't have the same key. |
http://www.geeksforgeeks.org/avl-with-duplicate-keys/ |
So the problematic place is rotations https://www.reddit.com/r/learnprogramming/comments/1zla8o/avl_tree_and_duplicates/ |
* implements duplicate keys support #1 * renamed circle config * added bulk-insert method * added typescript definition file check
This restriction should be lifted, it's not a queue
The text was updated successfully, but these errors were encountered: