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

Support moving nodes and refactor to eliminate recursion #14

Merged
merged 11 commits into from
Aug 9, 2024

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    730bc10 View commit details
    Browse the repository at this point in the history
  2. micro fix

    serges147 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0830372 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e63eadd View commit details
    Browse the repository at this point in the history
  4. style fix

    serges147 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    21ee3c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. docs

    serges147 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ecf9bbb View commit details
    Browse the repository at this point in the history
  2. minor sonar fixes

    serges147 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8131bc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    f9fac5c View commit details
    Browse the repository at this point in the history
  2. fix style

    serges147 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    94e57e2 View commit details
    Browse the repository at this point in the history
  3. minor fix

    serges147 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7b054aa View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Fixed tree movement - still constant time! (#15)

    * - Return back to 4x ptr node footprint
    - Introduced new "origin" fake node at tree.
    - Fixed tree movement - still constant time!
    
    * minor fix
    
    * delete not in use constructor
    serges147 authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2ac86be View commit details
    Browse the repository at this point in the history
  2. sonar fix

    serges147 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    fe2d53c View commit details
    Browse the repository at this point in the history