Skip to content

Add Cuckoo hashing #9

Description

@gjf2a

I'd like to add a Cuckoo Hashing implementation to the TicTacToe lab. Students would implement both chaining and cuckoo, then perhaps do some kind of comparison between them. I imagine adding some introspection so that each class tracks (on a put()) how many options are considered, and does likewise for a get(). This could hopefully deepen student appreciation for the trade-offs between these approaches.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions