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

Btree #26

Merged
merged 19 commits into from
Jul 16, 2016
Merged

Btree #26

merged 19 commits into from
Jul 16, 2016

Conversation

emirpasic
Copy link
Owner

@emirpasic emirpasic commented Jul 9, 2016

Closes #24

B-tree:

  • Implement core:
    • Insertion
    • Search
    • Deletion
  • Implement iterator
  • Tests
  • Examples
  • Documentation

Red-black tree:

  • Use iterator when returning all keys or values

@emirpasic
Copy link
Owner Author

image

@emirpasic emirpasic merged commit 7f89ed3 into master Jul 16, 2016
@emirpasic emirpasic deleted the btree branch July 16, 2016 05:34
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

Successfully merging this pull request may close these issues.

1 participant