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

Implement HashMap similar to Python's dict #19

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Commits on Apr 11, 2024

  1. Implement HashMap similar to Python's dict

    Implement an abstract base class for values hashable by their numeric value and distinguishable by strict equality.
    Implement HashMap as an associative data structure for hashable values.
    Implement HashSet as a collection of hashable values.
    Replace FractionSet implementation with HashSet<Fraction>.
    frostburn committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    71dcdfb View commit details
    Browse the repository at this point in the history