{"id":19519860,"url":"https://github.com/dahlitzflorian/java-sorting-algorithms","last_synced_at":"2025-02-26T00:22:03.385Z","repository":{"id":102340583,"uuid":"140760547","full_name":"DahlitzFlorian/java-sorting-algorithms","owner":"DahlitzFlorian","description":"Small collection of sorting algorithms implemented in Java.","archived":false,"fork":false,"pushed_at":"2018-07-14T20:09:02.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T13:27:43.992Z","etag":null,"topics":["algorithms","education","educational","educational-resources","java","java-8","java8","learn","learn-to-code","learning","learning-by-doing","learning-java","sort","sort-algorithms","sorting","sorting-algorithms","sorting-algorithms-implemented"],"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/DahlitzFlorian.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":"2018-07-12T20:15:55.000Z","updated_at":"2018-07-14T20:09:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"52add26e-b68a-419b-b8e7-969f7b23e68b","html_url":"https://github.com/DahlitzFlorian/java-sorting-algorithms","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/DahlitzFlorian%2Fjava-sorting-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DahlitzFlorian%2Fjava-sorting-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DahlitzFlorian%2Fjava-sorting-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DahlitzFlorian%2Fjava-sorting-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DahlitzFlorian","download_url":"https://codeload.github.com/DahlitzFlorian/java-sorting-algorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240767900,"owners_count":19854344,"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":["algorithms","education","educational","educational-resources","java","java-8","java8","learn","learn-to-code","learning","learning-by-doing","learning-java","sort","sort-algorithms","sorting","sorting-algorithms","sorting-algorithms-implemented"],"created_at":"2024-11-11T00:22:18.210Z","updated_at":"2025-02-26T00:22:03.165Z","avatar_url":"https://github.com/DahlitzFlorian.png","language":"Java","readme":"# Java Sorting Algorithms #\n## Description ##\nThis repository includes sorting algorithms implemented in Java.\u003cbr\u003e\nIt was created based on educational purposes and not for productional or commercial usage.\u003cbr\u003e\n\nversion 0.3dev\n\n## Test and Run ##\nTo compile and run the files on your own, just compile the files via command line. In the root directory of this project create a new folder called ```bin```, open the terminal and type\n\n```bash\njavac -d bin/ src/\u003cfilename\u003e.java\n```\n\nor\n\n```bash\njavac -d bin/ src/*.java\n```\n\nAfter you've compiled the files, you can go to the ```bin``` directory and run them via\n\n```bash\njava \u003cfilename\u003e\n```\n\nMake sure to leave out the file extension.\n\n## Currently implemented Algorithms ##\n- Bubble Sort\n- Merge Sort","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahlitzflorian%2Fjava-sorting-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdahlitzflorian%2Fjava-sorting-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahlitzflorian%2Fjava-sorting-algorithms/lists"}