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

[Sumtree]: Initialization and Insertion for Sumtree #56

Merged
merged 23 commits into from
Mar 15, 2024

Commits on Feb 27, 2024

  1. Wired up tick price

    crnbarr93 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cb4c27c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bc6026 View commit details
    Browse the repository at this point in the history
  3. Comment and adjustment

    crnbarr93 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    de76856 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Added basic tick math tests

    crnbarr93 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cc1a506 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20dc792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf8f06a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    ada9f1f View commit details
    Browse the repository at this point in the history
  2. Reverted previous changes

    crnbarr93 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    db3bd79 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Sumtree insertion

    crnbarr93 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9351622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce443a7 View commit details
    Browse the repository at this point in the history
  3. Linting fixes

    crnbarr93 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f8807e1 View commit details
    Browse the repository at this point in the history
  4. Added comments

    crnbarr93 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    54ac284 View commit details
    Browse the repository at this point in the history
  5. Fixed failing test

    crnbarr93 authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f725ea3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Improve insert readability

    crnbarr93 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    791b6c5 View commit details
    Browse the repository at this point in the history
  2. Small refactor

    crnbarr93 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e6e5d58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e34b08 View commit details
    Browse the repository at this point in the history
  4. Small comment adjustment

    crnbarr93 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0983152 View commit details
    Browse the repository at this point in the history
  5. Altered copyright

    crnbarr93 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    35c20c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Handled node reordering

    crnbarr93 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    78403e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f1151e View commit details
    Browse the repository at this point in the history
  3. Terminology consistency

    crnbarr93 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    31bb82c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    e1efca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63a7c0c View commit details
    Browse the repository at this point in the history