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

add Tree implementation #694

Closed
wants to merge 14 commits into from
Closed

add Tree implementation #694

wants to merge 14 commits into from

Commits on Aug 19, 2024

  1. add Tree class

    kaushikcfd authored and inducer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1f0873c View commit details
    Browse the repository at this point in the history
  2. add Tree test

    matthiasdiener authored and inducer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    aa75acc View commit details
    Browse the repository at this point in the history
  3. add license

    matthiasdiener authored and inducer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    303bc26 View commit details
    Browse the repository at this point in the history
  4. make doctest

    matthiasdiener authored and inducer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9cdbd7f View commit details
    Browse the repository at this point in the history
  5. better typing

    matthiasdiener authored and inducer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c488c76 View commit details
    Browse the repository at this point in the history
  6. change children to tuple

    matthiasdiener authored and inducer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7dbac84 View commit details
    Browse the repository at this point in the history
  7. flake8

    matthiasdiener authored and inducer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5d24af3 View commit details
    Browse the repository at this point in the history
  8. change is_a_node check to assert

    matthiasdiener authored and inducer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    81ab454 View commit details
    Browse the repository at this point in the history
  9. add __contains__ method

    matthiasdiener authored and inducer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1689609 View commit details
    Browse the repository at this point in the history
  10. Fix copyright

    inducer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0ebec75 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56cd9ff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d0eb464 View commit details
    Browse the repository at this point in the history
  13. Tree: fully typed

    inducer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ea057fe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0d1b5bc View commit details
    Browse the repository at this point in the history