{"id":25862837,"url":"https://github.com/mkwapisz2000/cpp-hash-table-algorithms","last_synced_at":"2025-03-01T23:57:15.178Z","repository":{"id":240259828,"uuid":"800652445","full_name":"MKwapisz2000/cpp-hash-table-algorithms","owner":"MKwapisz2000","description":"This project contains implementations of different hash table strategies in C++.","archived":false,"fork":false,"pushed_at":"2025-02-18T19:25:54.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-18T20:31:12.452Z","etag":null,"topics":["chaining","cpp","cuckoo-hashing","data-structures","hash-table","hashing-algorithms","open-adressing"],"latest_commit_sha":null,"homepage":"","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/MKwapisz2000.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-14T18:30:35.000Z","updated_at":"2025-02-18T19:29:20.000Z","dependencies_parsed_at":"2024-06-05T08:01:47.407Z","dependency_job_id":"11f63bbb-0240-4c15-97f6-5be01938c4b7","html_url":"https://github.com/MKwapisz2000/cpp-hash-table-algorithms","commit_stats":null,"previous_names":["cysia1977/sd_projekt3","mkwapisz2000/sd_projekt3"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MKwapisz2000%2Fcpp-hash-table-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MKwapisz2000%2Fcpp-hash-table-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MKwapisz2000%2Fcpp-hash-table-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MKwapisz2000%2Fcpp-hash-table-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MKwapisz2000","download_url":"https://codeload.github.com/MKwapisz2000/cpp-hash-table-algorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241439763,"owners_count":19963100,"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":["chaining","cpp","cuckoo-hashing","data-structures","hash-table","hashing-algorithms","open-adressing"],"created_at":"2025-03-01T23:57:14.251Z","updated_at":"2025-03-01T23:57:15.143Z","avatar_url":"https://github.com/MKwapisz2000.png","language":"C++","readme":"\n**Hash Table Algorithms – Implementation of Various Hashing Methods**\n\nThis project contains implementations of different hash table strategies in C++. The following methods are included:\n\n- Open Addressing\n\n- Closed Addressing (Chaining) using a balanced BST\n\n- Cuckoo Hashing – a strategy using two hash functions and element swapping\n\nFeatures\n\n- Insertion (insert(value, key)) and deletion (remove(key)) of elements\n\n- Displaying current table contents (show())\n\n- Automatic resizing of the hash table when needed (increase_capacity())\n\n- Performance measurement for different data sizes\n\n----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\n**Tablice mieszające – Implementacje różnych metod hashowania**\n\nProjekt zawiera implementacje różnych strategii tablic mieszających (hash tables) w języku C++. W szczególności zaimplementowano:\n\n- Adresowanie otwarte (Open Addressing)\n\n- Adresowanie zamknięte (Chaining) z wykorzystaniem zbalansowanego BST\n\n- Cuckoo Hashing – strategia wykorzystująca dwa hashe i podmianę elementów\n\nFunkcjonalność\n\n- Możliwość wstawiania (insert(value, key)) i usuwania (remove(key)) elementów\n\n- Wyświetlanie aktualnej zawartości tablic (show())\n\n- Automatyczne zwiększanie rozmiaru tablicy mieszającej, jeśli zajdzie potrzeba (increase_capacity())\n\n- Pomiar wydajności algorytmów dla różnych rozmiarów danych\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkwapisz2000%2Fcpp-hash-table-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkwapisz2000%2Fcpp-hash-table-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkwapisz2000%2Fcpp-hash-table-algorithms/lists"}