{"id":22240157,"url":"https://github.com/mharikmert/search-engine-simulation","last_synced_at":"2025-03-25T10:21:57.950Z","repository":{"id":122958383,"uuid":"347997267","full_name":"mharikmert/search-engine-simulation","owner":"mharikmert","description":"A simple word search engine using Binomial Heap Algorithm with C Programming Language ","archived":false,"fork":false,"pushed_at":"2021-03-15T17:50:00.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T09:29:06.545Z","etag":null,"topics":["binomial-heap","c","priority-queues"],"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/mharikmert.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":"2021-03-15T14:15:59.000Z","updated_at":"2023-03-05T06:47:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"690217ec-38c0-4a74-9778-6841dd551181","html_url":"https://github.com/mharikmert/search-engine-simulation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mharikmert%2Fsearch-engine-simulation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mharikmert%2Fsearch-engine-simulation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mharikmert%2Fsearch-engine-simulation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mharikmert%2Fsearch-engine-simulation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mharikmert","download_url":"https://codeload.github.com/mharikmert/search-engine-simulation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245440652,"owners_count":20615665,"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":["binomial-heap","c","priority-queues"],"created_at":"2024-12-03T03:29:02.254Z","updated_at":"2025-03-25T10:21:57.918Z","avatar_url":"https://github.com/mharikmert.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Ranking-Documents-for-Information-Retrieval-with-Priority-Queues\n\n### How it works\nUser searchs for a word and the program try to find the word in documents under the files folder. \u003cbr\u003e\nNumber of the existance of the word for every file is found and these numbers are set to the max binomial heap, in this way, numbers are sorted in heap. \u003cbr\u003e \nFile names and file contents are also hold in binomial heap. \u003cbr\u003e \nLastly a defined number of documents on the top of the heap is printed to the user. \u003cbr\u003e\nIt is a small-scale search engine for words.  \n\n## How to use\nYou can add the texts and files that to be searched for to files folder. \u003cbr\u003e\nYou can also change the number of documents that contains the word are displayed after the searching. \u003cbr\u003e \n\n![Screenshot from 2021-03-15 20-40-19](https://user-images.githubusercontent.com/42295478/111196927-e82db980-85ce-11eb-81be-adee0896a502.png)\n\n![Screenshot from 2021-03-15 20-40-35](https://user-images.githubusercontent.com/42295478/111196910-e4019c00-85ce-11eb-813f-7597351ea388.png)\n\n\n\n\n\n\n### Clone, Compile and Run  \n```\n  -\u003e git clone https://github.com/mharikmert/Ranking-Documents-for-Information-Retrieval-with-Priority-Queues\n  -\u003e gcc -o main main.c\n  -\u003e ./main\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmharikmert%2Fsearch-engine-simulation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmharikmert%2Fsearch-engine-simulation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmharikmert%2Fsearch-engine-simulation/lists"}