{"id":22221282,"url":"https://github.com/jerry-felipe/javacleancode","last_synced_at":"2025-10-13T06:31:49.899Z","repository":{"id":250342343,"uuid":"833813234","full_name":"jerry-felipe/JavaCleanCode","owner":"jerry-felipe","description":"Implementation of Java's most famous algorithms, including sorting (QuickSort, MergeSort), searching (Binary Search), and graph traversal (DFS, BFS). Each algorithm is optimized for performance, explained with examples, and designed to showcase core Java capabilities in solving computational problems.","archived":false,"fork":false,"pushed_at":"2024-11-19T12:43:49.000Z","size":41,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T04:41:19.279Z","etag":null,"topics":["clean-code","csharp","java","python"],"latest_commit_sha":null,"homepage":"https://jerry-felipe.github.io/JavaCleanCode/","language":"Java","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/jerry-felipe.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":"2024-07-25T20:01:00.000Z","updated_at":"2025-01-05T13:49:15.000Z","dependencies_parsed_at":"2024-12-03T03:04:19.493Z","dependency_job_id":null,"html_url":"https://github.com/jerry-felipe/JavaCleanCode","commit_stats":null,"previous_names":["jerry-felipe/javamostfamousalgorithms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jerry-felipe/JavaCleanCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerry-felipe%2FJavaCleanCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerry-felipe%2FJavaCleanCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerry-felipe%2FJavaCleanCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerry-felipe%2FJavaCleanCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerry-felipe","download_url":"https://codeload.github.com/jerry-felipe/JavaCleanCode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerry-felipe%2FJavaCleanCode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013968,"owners_count":26085429,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["clean-code","csharp","java","python"],"created_at":"2024-12-02T23:12:56.726Z","updated_at":"2025-10-13T06:31:49.586Z","avatar_url":"https://github.com/jerry-felipe.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Famous Algorithms Collection\n\nThis repository contains implementations of some of the most famous and widely-used algorithms in Java. Each algorithm is designed to demonstrate efficiency, clarity, and practical application, complete with examples and explanations.\n\n# Algorithms Included\n\n# Sorting Algorithms\n- QuickSort: A divide-and-conquer algorithm that efficiently sorts data by partitioning.\n- MergeSort: A stable, recursive sorting algorithm ideal for large datasets.\n- BubbleSort: A simple sorting algorithm for small datasets.\n\n# Searching Algorithms\n- Binary Search: Fast searching in sorted arrays with O(log n) complexity.\n- Linear Search: A straightforward search method for unsorted datasets.\n\n# Graph Traversal Algorithms\n- Depth-First Search (DFS): Explores as far as possible along a branch before backtracking.\n- Breadth-First Search (BFS): Explores all neighbors at the present depth before moving deeper.\n\n# Features\n- 🛠 Well-documented code: Clear comments and step-by-step explanations.\n- 🚀 Optimized implementations: Focused on performance and readability.\n- 📚 Usage examples: Real-world scenarios and test cases for each algorithm.\n\n# Getting Started\n\n# Prerequisites\n- Java Development Kit (JDK 17 or higher)\n- A code editor or IDE (e.g., IntelliJ IDEA, Eclipse)\n\n# Setup\n1. Clone the repository:\n   '''bash\n   git clone https://github.com/jerry-felipe/java-famous-algorithms.git\n   cd java-famous-algorithms\n   '''\n\n2. Open the project in your favorite IDE.\n\n3. Run the desired algorithm:\n   - Navigate to the 'src/' folder.\n   - Execute the example files to see the algorithm in action.\n\n# Usage\n1. Explore the 'src/' folder for individual algorithm implementations.\n2. Modify input arrays or graphs in the example files to test with custom data.\n3. Run the examples:\n   '''bash\n   javac src/QuickSortExample.java\n   java src/QuickSortExample\n   '''\n\n# Contributing\nContributions are welcome!  \nTo contribute:\n1. Fork the repository.\n2. Create a feature branch:  \n   '''bash\n   git checkout -b feature/new-algorithm\n   '''\n3. Commit your changes:  \n   '''bash\n   git commit -m \"Add a new algorithm implementation\"\n   '''\n4. Push the branch:  \n   '''bash\n   git push origin feature/new-algorithm\n   '''\n5. Open a pull request.\n\n# License\nThis project is licensed under the MIT License. See the 'LICENSE' file for details.\n\n---\n\n# Contact\nFor questions or feedback, feel free to reach out:\n- GitHub Issues: [https://github.com/jerry-felipe/java-famous-algorithms/issues](https://github.com/jerry-felipe/java-famous-algorithms/issues)\n- Email: jerry.felipe@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerry-felipe%2Fjavacleancode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerry-felipe%2Fjavacleancode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerry-felipe%2Fjavacleancode/lists"}