{"id":19088627,"url":"https://github.com/naelstrof/2420-hashtables","last_synced_at":"2026-06-12T20:33:49.121Z","repository":{"id":143165722,"uuid":"46899857","full_name":"naelstrof/2420-HashTables","owner":"naelstrof","description":"Another homework assignment","archived":false,"fork":false,"pushed_at":"2015-12-10T17:04:49.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T07:16:34.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naelstrof.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-26T02:39:52.000Z","updated_at":"2016-09-12T04:31:52.000Z","dependencies_parsed_at":"2023-03-16T20:26:01.513Z","dependency_job_id":null,"html_url":"https://github.com/naelstrof/2420-HashTables","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/naelstrof/2420-HashTables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naelstrof%2F2420-HashTables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naelstrof%2F2420-HashTables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naelstrof%2F2420-HashTables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naelstrof%2F2420-HashTables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naelstrof","download_url":"https://codeload.github.com/naelstrof/2420-HashTables/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naelstrof%2F2420-HashTables/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34262155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-09T03:01:14.007Z","updated_at":"2026-06-12T20:33:49.092Z","avatar_url":"https://github.com/naelstrof.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"#7-Hashtables\n\n**Due Wednesday** by 11:59pm    **Points** 10  **Submitting** a file upload  **File Types** zip\n\n[video](https://utah.instructure.com/courses/351899/files/51787790/download?wrap=1)\n\n80% \n\nImplement the built-in System.Collections.Generic.IDictionary interface. I stubbed it out for you at the bottom of this document.\n\nNotice baseArray's type of LinkedList\u003cKeyValuePair\u003cTKey, TValue\u003e\u003e[]. It's an array of LinkedLists, each list holds instances of the built-in KeyValuePair type. KeyValuePair is a simple type that stores the key and the value.\n\n90%\n\nPay attention to your load factor. If it hits 50%, expand the size of your base array. Don't double its size. Come up with something more intelligent. Prime numbers would be awesome, but not required. :)\n\n100%\n\nThoroughly test all functionality of your Dictionary. What edge cases exists? Test for them too.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaelstrof%2F2420-hashtables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaelstrof%2F2420-hashtables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaelstrof%2F2420-hashtables/lists"}