{"id":26275548,"url":"https://github.com/easonsyc/hash-table","last_synced_at":"2026-05-07T01:37:40.956Z","repository":{"id":244116171,"uuid":"814303360","full_name":"EasonSYC/hash-table","owner":"EasonSYC","description":"My implementation of .NET IDictionary in C#.","archived":false,"fork":false,"pushed_at":"2024-06-12T18:34:53.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T05:03:33.631Z","etag":null,"topics":["c-sharp","data-structures","dotnet","study"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"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/EasonSYC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-12T18:33:22.000Z","updated_at":"2024-06-12T21:34:10.000Z","dependencies_parsed_at":"2024-06-13T01:33:33.313Z","dependency_job_id":null,"html_url":"https://github.com/EasonSYC/hash-table","commit_stats":null,"previous_names":["easonsyc/hash-table"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EasonSYC/hash-table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasonSYC%2Fhash-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasonSYC%2Fhash-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasonSYC%2Fhash-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasonSYC%2Fhash-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasonSYC","download_url":"https://codeload.github.com/EasonSYC/hash-table/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasonSYC%2Fhash-table/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32719573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T00:29:05.620Z","status":"ssl_error","status_checked_at":"2026-05-07T00:28:57.074Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["c-sharp","data-structures","dotnet","study"],"created_at":"2025-03-14T10:16:37.883Z","updated_at":"2026-05-07T01:37:40.929Z","avatar_url":"https://github.com/EasonSYC.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hash Table\n\nMy implementation of hash tables.\n\n`IHashTable` defines basic behaviour of a hash table.\n\n`StaticHashTableNoCollision`, `StaticHashTable`, `DynamicHashTable` implements `IHashTable` and they have different behaviours as their name suggests.\n\n`Student` is a custom class which overrides `Equals` and `GetHashCode` and implements `IEquatable` for tests for custom types.\n\n`IMyHashTable` defines behaviour of a hash table I would expect. This includes `IDictionary`, and two additional properties, `int Capacity` and `double LoadFactor`.\n\n`MyHashTable` is an implementation of `IMyHashTable` and therefore `IDictionary`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasonsyc%2Fhash-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasonsyc%2Fhash-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasonsyc%2Fhash-table/lists"}