{"id":21522066,"url":"https://github.com/kylepw/hashtable","last_synced_at":"2025-06-25T03:03:32.768Z","repository":{"id":217340236,"uuid":"206060954","full_name":"kylepw/hashtable","owner":"kylepw","description":"Hash table example in Python.","archived":false,"fork":false,"pushed_at":"2019-09-05T11:56:02.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T03:03:10.149Z","etag":null,"topics":["algorithms","cracking-the-coding-interview","hash","hashtable","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kylepw.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-09-03T11:27:16.000Z","updated_at":"2019-09-05T11:56:04.000Z","dependencies_parsed_at":"2024-01-15T21:56:56.803Z","dependency_job_id":"8ef24e09-cab2-4b03-8b18-130fb3636efc","html_url":"https://github.com/kylepw/hashtable","commit_stats":null,"previous_names":["kylepw/hashtable"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kylepw/hashtable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylepw%2Fhashtable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylepw%2Fhashtable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylepw%2Fhashtable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylepw%2Fhashtable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kylepw","download_url":"https://codeload.github.com/kylepw/hashtable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylepw%2Fhashtable/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261795286,"owners_count":23210614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","cracking-the-coding-interview","hash","hashtable","python"],"created_at":"2024-11-24T01:09:11.309Z","updated_at":"2025-06-25T03:03:32.747Z","avatar_url":"https://github.com/kylepw.png","language":"Python","readme":"=========\nHashtable\n=========\nBasic hash table implementation based on Cracking the Coding Interview, p. 88.\n\nUsage\n-----\nLike this: ::\n\n    $ git clone https://github.com/kylepw/hashtable.git \u0026\u0026 cd hashtable\n    $ python\n    \u003e\u003e\u003e from hash import Hashtable\n    \u003e\u003e\u003e h = Hashtable()\n    \u003e\u003e\u003e h.set('jimmy', 54)\n    Node {jimmy: 54}\n    \u003e\u003e\u003e h.set('jasmine', 32.5)\n    Node {jasmine: 32.5}\n    \u003e\u003e\u003e h.get('jasmine', 'jimmy')\n    (32.5, 54)\n    \u003e\u003e\u003e h.keys()\n    ('jimmy', 'jasmine')\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylepw%2Fhashtable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkylepw%2Fhashtable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylepw%2Fhashtable/lists"}