{"id":22168918,"url":"https://github.com/cau777/sorting-and-searching-algorithms-comparison","last_synced_at":"2025-03-24T17:21:00.942Z","repository":{"id":150017691,"uuid":"388563920","full_name":"cau777/Sorting-And-Searching-Algorithms-Comparison","owner":"cau777","description":"A program that measures the speed of various sorting and searching algorithms by analysing a giant phonebook.","archived":false,"fork":false,"pushed_at":"2021-07-22T18:42:37.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T22:16:10.598Z","etag":null,"topics":["binary-search","bubble-sort","java","jump-search","quick-sort","searching-algorithms","sorting-algorithms"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"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/cau777.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07-22T18:42:12.000Z","updated_at":"2021-07-22T18:46:04.000Z","dependencies_parsed_at":"2023-04-14T17:06:07.960Z","dependency_job_id":null,"html_url":"https://github.com/cau777/Sorting-And-Searching-Algorithms-Comparison","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/cau777%2FSorting-And-Searching-Algorithms-Comparison","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cau777%2FSorting-And-Searching-Algorithms-Comparison/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cau777%2FSorting-And-Searching-Algorithms-Comparison/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cau777%2FSorting-And-Searching-Algorithms-Comparison/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cau777","download_url":"https://codeload.github.com/cau777/Sorting-And-Searching-Algorithms-Comparison/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245315307,"owners_count":20595220,"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":["binary-search","bubble-sort","java","jump-search","quick-sort","searching-algorithms","sorting-algorithms"],"created_at":"2024-12-02T06:27:49.366Z","updated_at":"2025-03-24T17:21:00.912Z","avatar_url":"https://github.com/cau777.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sorting-And-Searching-Algorithms-Comparison\n\nA program that measures the speed of various sorting and searching algorithms by analysing a giant phonebook.\n\n\n## Algorithms included\n* Linear Searching\n* Jump Searching\n* Binary Searching\n* Hashtable Searching\n* Bubble Sorting\n* Quick Sorting\n\n## Output Example\n````java\nStart searching (linear search)...\nFound 500 / 500 entries. Time taken: 1 min. 56 sec. 328 ms.\n\nStart searching (bubble sort + jump search)...\nFound 500 / 500 entries. Time taken: 9 min. 15 sec. 291 ms.\nSorting time: 8 min. 45 sec. 251 ms.\nSearching time: 0 min. 30 sec. 40 ms.\n\nStart searching (quick sort + binary search)...\nFound 500 / 500 entries. Time taken: 1 min. 21 sec. 996 ms.\nSorting time: 1 min. 17 sec. 381 ms.\nSearching time: 0 min. 4 sec. 615 ms.\n\nStart searching (hash table)...\nFound 500 / 500 entries. Time taken: 0 min. 4 sec. 256 ms.\nCreating time: 0 min. 4 sec. 121 ms.\nSearching time: 0 min. 0 sec. 135 ms.````","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcau777%2Fsorting-and-searching-algorithms-comparison","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcau777%2Fsorting-and-searching-algorithms-comparison","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcau777%2Fsorting-and-searching-algorithms-comparison/lists"}