{"id":23074526,"url":"https://github.com/sminerport/sortvisualizer","last_synced_at":"2025-10-19T19:24:01.299Z","repository":{"id":256182462,"uuid":"849714828","full_name":"sminerport/SortVisualizer","owner":"sminerport","description":"The Sort Visualizer is an interactive tool that demonstrates various sorting algorithms in real-time. It supports Bubble Sort, Quick Sort, and more, making algorithm learning visual and intuitive.","archived":false,"fork":false,"pushed_at":"2024-12-23T00:34:08.000Z","size":195,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-09T01:16:23.772Z","etag":null,"topics":["algorithm-analysis","algorithm-visualisation","algorithm-visualizer","data-structures","data-structures-and-algorithms","educational-project","educational-software","interactive","interactive-visualizations","python","sorting-algorithms","visualization"],"latest_commit_sha":null,"homepage":"https://scottminer.netlify.app","language":"Python","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/sminerport.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-08-30T05:31:28.000Z","updated_at":"2024-11-08T15:52:25.000Z","dependencies_parsed_at":"2024-09-09T13:05:02.707Z","dependency_job_id":"e4091ab2-717b-46cf-b6d4-8b740b0f85e1","html_url":"https://github.com/sminerport/SortVisualizer","commit_stats":null,"previous_names":["sminerport/sortvisualizer"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sminerport%2FSortVisualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sminerport%2FSortVisualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sminerport%2FSortVisualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sminerport%2FSortVisualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sminerport","download_url":"https://codeload.github.com/sminerport/SortVisualizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246998137,"owners_count":20866690,"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":["algorithm-analysis","algorithm-visualisation","algorithm-visualizer","data-structures","data-structures-and-algorithms","educational-project","educational-software","interactive","interactive-visualizations","python","sorting-algorithms","visualization"],"created_at":"2024-12-16T08:28:43.287Z","updated_at":"2025-10-19T19:23:56.266Z","avatar_url":"https://github.com/sminerport.png","language":"Python","readme":"# SortVisualizer\n\n![Bubble Sort Visualization](./gifs/SortVisualizer.gif)\n\nThis project provides a visual demonstration of sorting algorithms, starting with the Bubble Sort algorithm. The application visually shows the process of sorting a list of numbers, highlighting comparisons, swaps, and the final sorted state.\n\n## Features\n\n- **Bubble Sort Algorithm**: Displays the sorting process in real-time, with color-coded steps to differentiate the various stages of sorting.\n- **Interactive Controls**:\n  - Start, Stop, Step through the sorting process.\n  - Restart the visualization at any time.\n- **Color-coded Status**:\n  - Yellow: Default (Unsorted)\n  - Blue: Comparing two elements\n  - Red: Swapped elements\n  - Green: Sorted\n\n## Installation\n\nTo run the project locally, follow these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/sminerport/SortVisualizer.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd SortVisualizer\n   ```\n\n3. Ensure you have Python installed. You may also need to install some dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Run the visualization:\n   ```bash\n   python main.py\n   ```\n\n## Usage\n\n- **Start**: Begins the sorting process.\n- **Step**: Manually advance the sorting one step at a time.\n- **Stop**: Pauses the sorting process.\n- **Restart**: Resets the list and restarts the process.\n\n## Algorithms\n\nCurrently, the visualization supports the **Bubble Sort** algorithm. More sorting algorithms (like QuickSort, MergeSort, etc.) may be added in the future.\n\n## Demo\n\nCheck out the demo of the Bubble Sort in action:\n\n![Bubble Sort Demo](./gifs/SortVisualizer.gif)\n\n## Contribution\n\nContributions are welcome! If you have suggestions for improvements or want to add new features, feel free to open a pull request or issue.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsminerport%2Fsortvisualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsminerport%2Fsortvisualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsminerport%2Fsortvisualizer/lists"}