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

Indexed tree list - List with optimized add(index, obj), remove(index), remove(obj), indexOf(obj) #129

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

Commits on Jan 19, 2020

  1. Initial version of TreeListSet and IndexedTreeList

    Aleksandr Maksymenko committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    a52c0f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Collections renamed

    Aleksandr Maksymenko committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    f6830f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Tests fixed

    Aleksandr Maksymenko committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    fe91c3f View commit details
    Browse the repository at this point in the history
  2. Added randomized tests

    Aleksandr Maksymenko committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    4d8845e View commit details
    Browse the repository at this point in the history
  3. Implements OrderedIterator

    Aleksandr Maksymenko committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    ef93b34 View commit details
    Browse the repository at this point in the history
  4. Added license

    Aleksandr Maksymenko committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    a5a97e7 View commit details
    Browse the repository at this point in the history
  5. Test renamed

    Aleksandr Maksymenko committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    0af1afe View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from apache/master

    Pull from Apache
    masyamandev committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    901fc77 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/master' into IndexedTreeList

    Aleksandr Maksymenko committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    a235808 View commit details
    Browse the repository at this point in the history
  8. Added myself into contributor list

    Aleksandr Maksymenko committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    ff3f148 View commit details
    Browse the repository at this point in the history
  9. Improved Javadocs

    Aleksandr Maksymenko committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    8d2cb1e View commit details
    Browse the repository at this point in the history
  10. Improved Javadocs

    Aleksandr Maksymenko committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    3d8787f View commit details
    Browse the repository at this point in the history
  11. Improved Javadocs

    Aleksandr Maksymenko committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    b6f3201 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

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

Commits on Feb 10, 2020

  1. Merge pull request #2 from apache/master

    Merge upstream
    masyamandev committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    86fe47d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63c47d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Merge pull request #3 from apache/master

    Merge
    masyamandev committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    e8eba52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3828be6 View commit details
    Browse the repository at this point in the history