{"id":21810006,"url":"https://github.com/saylidholam/word_frequency_count","last_synced_at":"2025-10-08T00:31:24.400Z","repository":{"id":221942071,"uuid":"755839606","full_name":"SayliDholam/Word_Frequency_Count","owner":"SayliDholam","description":"Developed a mini desktop application in C++ using DSA concept : Hashing ","archived":false,"fork":false,"pushed_at":"2024-05-25T04:52:52.000Z","size":59,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-27T13:37:21.759Z","etag":null,"topics":["cpp","hashing"],"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/SayliDholam.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}},"created_at":"2024-02-11T08:23:44.000Z","updated_at":"2024-08-21T13:17:33.000Z","dependencies_parsed_at":"2024-02-11T09:26:40.935Z","dependency_job_id":"83ea106c-0875-4f30-b037-1209a15913c8","html_url":"https://github.com/SayliDholam/Word_Frequency_Count","commit_stats":null,"previous_names":["saylidholam/word_frequency_count"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayliDholam%2FWord_Frequency_Count","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayliDholam%2FWord_Frequency_Count/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayliDholam%2FWord_Frequency_Count/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayliDholam%2FWord_Frequency_Count/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SayliDholam","download_url":"https://codeload.github.com/SayliDholam/Word_Frequency_Count/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235668006,"owners_count":19026620,"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":["cpp","hashing"],"created_at":"2024-11-27T13:29:58.019Z","updated_at":"2025-10-08T00:31:19.041Z","avatar_url":"https://github.com/SayliDholam.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Word_Frequency_Count\nDeveloped in C++ using DSA concept : Hashing \n\n\u003cbr/\u003e\n\n## Problem Statement\nWith this project, we can count the frequency of each word in a statement. \n\n\u003cbr/\u003e\n\n## Data Structure Concept Used: HASH TABLE\n\nThe hashing concept is involved implicitly when using unordered_map. The \nunordered_map is a hash table implementation, and it uses a hash function to \nmap keys to indices in its underlying array.  \n\nThis allows for efficient insertion, deletion, and retrieval of elements based on \ntheir keys. In this code, the words in the input text serve as keys, and their \nfrequencies are stored in the hash table. The unordered_map handles the \nhashing details internally. \n \nA hash table is a data structure that uses a hash function to map keys to indices \nin an array. This allows for efficient storage and retrieval of key-value pairs. In \nthe case of std::unordered_map, the keys are hashed, and the resulting hash.\n\n\n\u003cbr/\u003e\n\n![Output](output.jpg)\n\u003cbr/\u003e*Output Screen*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaylidholam%2Fword_frequency_count","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaylidholam%2Fword_frequency_count","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaylidholam%2Fword_frequency_count/lists"}