{"id":21880921,"url":"https://github.com/chetanpyasi/sorting-visualiser","last_synced_at":"2026-02-12T05:35:18.503Z","repository":{"id":286657259,"uuid":"889908732","full_name":"Chetanpyasi/Sorting-Visualiser","owner":"Chetanpyasi","description":"Sorting Visualizer is a project designed to help users understand and visualize how various sorting algorithms work. It provides a graphical interface to demonstrate sorting step-by-step, making it an excellent tool for educational purposes.","archived":false,"fork":false,"pushed_at":"2024-11-17T15:14:11.000Z","size":3930,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-04T00:46:46.268Z","etag":null,"topics":["cpp","qt","qt6","qtcreator","sorting-algorithm-visualizations","visualization"],"latest_commit_sha":null,"homepage":"","language":"CMake","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/Chetanpyasi.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-11-17T14:52:42.000Z","updated_at":"2025-03-25T09:23:17.000Z","dependencies_parsed_at":"2025-04-07T18:37:16.847Z","dependency_job_id":null,"html_url":"https://github.com/Chetanpyasi/Sorting-Visualiser","commit_stats":null,"previous_names":["chetanpyasi/sorting-visualiser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chetanpyasi/Sorting-Visualiser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chetanpyasi%2FSorting-Visualiser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chetanpyasi%2FSorting-Visualiser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chetanpyasi%2FSorting-Visualiser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chetanpyasi%2FSorting-Visualiser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chetanpyasi","download_url":"https://codeload.github.com/Chetanpyasi/Sorting-Visualiser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chetanpyasi%2FSorting-Visualiser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29359552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"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":["cpp","qt","qt6","qtcreator","sorting-algorithm-visualizations","visualization"],"created_at":"2024-11-28T09:16:58.130Z","updated_at":"2026-02-12T05:35:18.488Z","avatar_url":"https://github.com/Chetanpyasi.png","language":"CMake","readme":"# Sorting Visualizer\n\nSorting Visualizer is a project designed to help users understand and visualize how various sorting algorithms work. It provides a graphical interface to demonstrate sorting step-by-step, making it an excellent tool for educational purposes.\n\n---\n\n## Features\n\n- **Multiple Sorting Algorithms**: Visualize algorithms like Merge Sort, Insertion Sort, and more.\n- **Interactive UI**: Built using Qt for an engaging and user-friendly experience.\n- **Real-time Updates**: See the sorting process unfold in real-time.\n- **Modular Codebase**: Includes separate components like `algo.h` for algorithm definitions and `Input.h` for input handling.\n\n---\n\n## Getting Started\n\n### Prerequisites\n\nTo use this project, ensure you have the following installed:\n\n- **Qt Creator** (version 6.9 or higher recommended)\n- A compatible C++ compiler\n- CMake\n\n---\n\n### Setting Up the Environment\n\n1. **Install Qt Creator**:\n\n   Download and install the latest version of Qt Creator from the [official website](https://www.qt.io/download).\n\n2. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/Chetanpyasi/Sorting-Visualiser\n   cd Sorting_Visualizer\n   ```\n\n3. **Open the Project in Qt Creator**:\n\n   - Launch Qt Creator.\n   - Click on `Open File or Project`.\n   - Navigate to the cloned repository folder and select the `CMakeLists.txt` file.\n\n4. **Configure the Project**:\n\n   - Qt Creator will automatically detect your CMake configuration.\n   - Choose a build kit (e.g., Desktop Qt 6.9 MinGW 64-bit).\n   - Click `Configure Project`.\n\n5. **Build and Run**:\n\n   - Click the Build button in Qt Creator to compile the project.\n   - Once built, click the Run button to launch the application.\n\n---\n\n## File Structure\n\n```\n.\n├── sortingvisualizer.h         # Header file defining sorting algorithms\n├── sortingvisualizer.cpp       # Implementation file for sorting algorithms\n├── main.cpp                    # Entry point for the application\n├── CMakeLists.txt              # Project build configuration\n└── README.md                   # Project documentation\n```\n\n---\n\n## Usage\n\n1. Run the application.\n2. Select a sorting algorithm from the menu.\n3. Provide input data (manual entry or predefined datasets).\n4. Click `Visualize` to see the sorting process in action.\n\n---\n\n## Contributing\n\nContributions are welcome! Feel free to open issues or submit pull requests.\n\n---\n\n## Acknowledgments\n\n- Inspired by various sorting visualizer projects and educational tools.\n- Built using Qt Creator for a robust graphical interface.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchetanpyasi%2Fsorting-visualiser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchetanpyasi%2Fsorting-visualiser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchetanpyasi%2Fsorting-visualiser/lists"}