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

Allow use with simple custom objects #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    04886d3 View commit details
    Browse the repository at this point in the history
  2. Fix point_search, Add specs, Update README.md

    Change point_search such that it does not assume the interval
    has the `include?` method. This allows for custom objects to
    be used as intervals.
    
    Add specs for the behavior of the tree with custom
    interval objects. Specs include:
      * Tree creation
      * Searching for custom objects
      * Searching with custom objects
    
    Update the readme to include examples with custom objects, and
    update the notes to reflect how custom objects behave.
    amarzot-yesware committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    fe15da9 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    50a8367 View commit details
    Browse the repository at this point in the history