{"id":25458922,"url":"https://github.com/ahmad-masud/sorting-visualizer","last_synced_at":"2025-11-03T00:30:35.201Z","repository":{"id":65101602,"uuid":"581976037","full_name":"ahmad-masud/Sorting-Visualizer","owner":"ahmad-masud","description":"📊 A Java Frame Application to visualize sorting algorithms","archived":false,"fork":false,"pushed_at":"2024-02-12T00:44:00.000Z","size":15296,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T17:04:43.306Z","etag":null,"topics":["bubble-sort","insertion-sort","java","maven","merge-sort","quick-sort","selection-sort","sorting-algorithms","sorting-visualization","swing"],"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/ahmad-masud.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}},"created_at":"2022-12-25T05:57:28.000Z","updated_at":"2024-07-16T12:57:37.000Z","dependencies_parsed_at":"2023-12-25T20:41:03.563Z","dependency_job_id":"cfd89476-4af7-404b-bb2e-63f208bca6d3","html_url":"https://github.com/ahmad-masud/Sorting-Visualizer","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/ahmad-masud%2FSorting-Visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmad-masud%2FSorting-Visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmad-masud%2FSorting-Visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmad-masud%2FSorting-Visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmad-masud","download_url":"https://codeload.github.com/ahmad-masud/Sorting-Visualizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239404342,"owners_count":19632731,"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":["bubble-sort","insertion-sort","java","maven","merge-sort","quick-sort","selection-sort","sorting-algorithms","sorting-visualization","swing"],"created_at":"2025-02-18T03:29:02.220Z","updated_at":"2025-11-03T00:30:35.154Z","avatar_url":"https://github.com/ahmad-masud.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sorting Visualizer\n\n## Overview\nSorting Visualizer is a Java-based application designed to visually demonstrate how different sorting algorithms work. It allows users to see the real-time sorting process, understand the mechanics behind each algorithm, and compare their performance.\n\n## Features\n- Visual representation of sorting algorithms in real-time.\n- Supports multiple sorting algorithms, including but not limited to Bubble Sort, Quick Sort, Merge Sort, and Insertion Sort.\n- Interactive GUI for easy manipulation and observation.\n\n## Technology Stack\n- **Java**: Core programming language used for application development.\n- **Maven**: Utilized for automating build processes and managing dependencies.\n- **Any IDE** or **Text Editor**: The project can be developed and configured using any IDE or text editor, though examples are provided for command line operations for simplicity.\n\n## Setup Instructions\n1. **Prerequisites**:\n   - Ensure Java Development Kit (JDK) is installed on your system.\n   - Maven should be installed for building and managing the project's dependencies.\n\n2. **Clone or download the project**:\n   - Obtain the project files by cloning this repository or downloading the provided ZIP file.\n\n3. **Building the Project with Maven**:\n   - Navigate to the project root directory in the terminal.\n   - Run `mvn clean install` to build the project and install the artifact into your local repository.\n\n4. **Running the Application**:\n   - After building, execute `mvn exec:java` to run the application directly via Maven.\n   - Alternatively, you can run the generated JAR file manually. Find the JAR in the `target` directory and run it using `java -jar target/Sorting-Visualizer-1.0-SNAPSHOT.jar` (adjust the JAR file name as necessary based on the version defined in your `pom.xml`).\n\n## Usage\n- Once the application is running, select an algorithm from the available list.\n- Initiate the sorting process to see the algorithm in action.\n- Observe the sorting in real-time and compare the performance metrics displayed.\n\n## Contributing\nContributions to the Sorting Visualizer are welcome. Please feel free to fork the project, make your changes, and submit a pull request for review.\n\n## License\nSorting Visualizer is released under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n# Implemented Algorithms\n- Bubble Sort\n- Selection Sort\n- Insertion Sort\n- Merge Sort\n- Quick Sort\n\n# Bubble Sort\n![BubbleSort](resources/bubblesort.gif)\n\n# Selection Sort\n![SelectionSort](resources/selectionsort.gif)\n\n# Insertion Sort\n![InsertionSort](resources/insertionsort.gif)\n\n# Merge Sort\n![MergeSort](resources/mergesort.gif)\n\n# Quick Sort\n![QuickSort](resources/quicksort.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmad-masud%2Fsorting-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmad-masud%2Fsorting-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmad-masud%2Fsorting-visualizer/lists"}