{"id":18964376,"url":"https://github.com/pranjalimaletha/sortingvisualizer","last_synced_at":"2026-04-26T20:32:10.852Z","repository":{"id":257341842,"uuid":"857972499","full_name":"PRANJALIMALETHA/SortingVisualizer","owner":"PRANJALIMALETHA","description":"AlgoViz is an interactive program that uses entertaining animations to assist users understand sorting algorithms and their operations.","archived":false,"fork":false,"pushed_at":"2024-09-16T04:33:01.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T07:21:01.910Z","etag":null,"topics":["application","gui","java","sorting","visualization"],"latest_commit_sha":null,"homepage":"https://pranjalimaletha.github.io/SortingVisualizer/","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/PRANJALIMALETHA.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-09-16T04:09:41.000Z","updated_at":"2024-09-16T04:35:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a0a904d-442f-4bc7-a71b-09c415f46871","html_url":"https://github.com/PRANJALIMALETHA/SortingVisualizer","commit_stats":null,"previous_names":["pranjalimaletha/sortingvisualizer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PRANJALIMALETHA/SortingVisualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRANJALIMALETHA%2FSortingVisualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRANJALIMALETHA%2FSortingVisualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRANJALIMALETHA%2FSortingVisualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRANJALIMALETHA%2FSortingVisualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PRANJALIMALETHA","download_url":"https://codeload.github.com/PRANJALIMALETHA/SortingVisualizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRANJALIMALETHA%2FSortingVisualizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32312260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["application","gui","java","sorting","visualization"],"created_at":"2024-11-08T14:24:05.897Z","updated_at":"2026-04-26T20:32:10.836Z","avatar_url":"https://github.com/PRANJALIMALETHA.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# AlgoViz\n\nWelcome to AlgoViz, an interactive program designed to help users understand sorting algorithms through entertaining animations.\n\n## Introduction\n\nAlgoViz is a Java-based interactive tool that visualizes various sorting algorithms, providing users with a hands-on way to learn and explore how algorithms like Bubble Sort, Selection Sort, Merge Sort, and others work in real-time. Whether you're new to programming or a seasoned developer, AlgoViz offers an intuitive graphical interface to observe and understand sorting processes step-by-step.\n\n## Features\n\n- **Interactive Animations:** Watch sorting algorithms come to life with engaging visualizations.\n  \n- **Multiple Sorting Algorithms:** Choose from a variety of algorithms including Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, and Heap Sort.\n\n- **Real-Time Visualization:** Experience sorting algorithms in action, with each step animated on the graphical display.\n\n- **Adjustable Speed:** Control the speed of the animations to suit your learning pace.\narray before sorting \n![Screenshot (2181)](https://github.com/user-attachments/assets/25e64144-294e-46ac-8fb2-fbedcdf7114c)\narray while sorting \n![Screenshot (2182)](https://github.com/user-attachments/assets/e9ac479c-e777-4d64-bea3-d6a15a3005cd)\narray after sorting\n![Screenshot (2183)](https://github.com/user-attachments/assets/437087f4-4c6e-4820-8d30-96b95c44cf1f)\n\n\n## Getting Started\n\nTo get started with AlgoViz, follow these steps:\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/PRANJALIMALETHA/Sorting-Visualizer.git\n   ```\n\n2. **Open the Project:**\n   Use an Integrated Development Environment (IDE) like IntelliJ IDEA or Eclipse to open the project.\n\n3. **Run the Application:**\n   Locate the main Java file and run the application. This will launch the AlgoViz GUI.\n\n## How to Use\n\n1. **Launch the Application:**\n   Upon starting AlgoViz, you will be presented with the interactive sorting visualization GUI.\n\n2. **Select an Algorithm:**\n   Choose a sorting algorithm from the dropdown menu (e.g., Bubble Sort, Merge Sort).\n\n3. **Adjust Animation Speed:**\n   Use the speed control feature to set the animation pace.\n\n4. **Visualize Sorting:**\n   Click on the \"Visualize\" button to initiate the sorting process. Observe the algorithm's execution in real-time on the graphical display.\n\n5. **Explore and Learn:**\n   After sorting completion, experiment with different algorithms or modify input data to further explore sorting concepts.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpranjalimaletha%2Fsortingvisualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpranjalimaletha%2Fsortingvisualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpranjalimaletha%2Fsortingvisualizer/lists"}