{"id":19476247,"url":"https://github.com/pgaref/javasorting","last_synced_at":"2026-06-20T09:31:35.718Z","repository":{"id":14598219,"uuid":"17315207","full_name":"pgaref/JavaSorting","owner":"pgaref","description":"A project to evaluate a variety of sorting algorithms implementations","archived":false,"fork":false,"pushed_at":"2014-03-05T18:47:17.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T16:23:46.992Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/pgaref.png","metadata":{"files":{"readme":"README","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}},"created_at":"2014-03-01T13:12:14.000Z","updated_at":"2014-03-05T18:47:18.000Z","dependencies_parsed_at":"2022-08-26T22:21:25.372Z","dependency_job_id":null,"html_url":"https://github.com/pgaref/JavaSorting","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pgaref/JavaSorting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgaref%2FJavaSorting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgaref%2FJavaSorting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgaref%2FJavaSorting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgaref%2FJavaSorting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgaref","download_url":"https://codeload.github.com/pgaref/JavaSorting/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgaref%2FJavaSorting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34565240,"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-20T02:00:06.407Z","response_time":98,"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-10T19:37:45.946Z","updated_at":"2026-06-20T09:31:35.696Z","avatar_url":"https://github.com/pgaref.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"===Project 1 - Sorting \n\nWe implemented the project according to the given details. The project is also exported as JAR to work as shown in the example.\nWe implemented 2 sorting algorithms , the insertion sort as asked and the bubble sort. The reason we chose bubble sort as the \nsecond sorting algorithm is because it is similar to insertion sort and someone could use our project to compare these algorithms in practice!\n \nIn more detail insertion sort is more efficient than bubble sort because in insertion sort the elements comparisons are less as compare to bubble sort. \nIn insertion sorting algorithm we compare the value until all the prior elements are lesser than compared value is not found. \nThis means that the all previous values are lesser than compared value. Thus it is more efficient than the bubble sort.\nInsertion sort is a good choice for small values and for nearly-sorted values. \n\nOf course we have to note that there are more efficient algorithms such as quick sort, heap sort, or merge sort for large value\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgaref%2Fjavasorting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgaref%2Fjavasorting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgaref%2Fjavasorting/lists"}