{"id":23003229,"url":"https://github.com/lucapalminteri/sorting-algorithms-visualizer","last_synced_at":"2025-04-02T14:23:03.060Z","repository":{"id":266348171,"uuid":"898075528","full_name":"LucaPalminteri/sorting-algorithms-visualizer","owner":"LucaPalminteri","description":"The Sorting Algorithms Visualizer is an interactive web app that helps users understand and visualize sorting algorithms through dynamic, step-by-step animations, providing an educational tool to explore their mechanics and performance.","archived":false,"fork":false,"pushed_at":"2024-12-04T15:51:25.000Z","size":5383,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T05:27:01.713Z","etag":null,"topics":["algorithm-visualization","bubble-sort","computer-science","educational-tool","insertion-sort","programming","selection-sort","sorting-algorithms"],"latest_commit_sha":null,"homepage":"https://sorting-algorithms-visualizer-liart.vercel.app","language":"TypeScript","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/LucaPalminteri.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-12-03T18:39:13.000Z","updated_at":"2024-12-08T21:21:04.000Z","dependencies_parsed_at":"2025-02-08T05:35:47.648Z","dependency_job_id":null,"html_url":"https://github.com/LucaPalminteri/sorting-algorithms-visualizer","commit_stats":null,"previous_names":["lucapalminteri/sorting-algorithms-visualizer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaPalminteri%2Fsorting-algorithms-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaPalminteri%2Fsorting-algorithms-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaPalminteri%2Fsorting-algorithms-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaPalminteri%2Fsorting-algorithms-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucaPalminteri","download_url":"https://codeload.github.com/LucaPalminteri/sorting-algorithms-visualizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246829024,"owners_count":20840559,"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-visualization","bubble-sort","computer-science","educational-tool","insertion-sort","programming","selection-sort","sorting-algorithms"],"created_at":"2024-12-15T07:13:43.809Z","updated_at":"2025-04-02T14:23:03.027Z","avatar_url":"https://github.com/LucaPalminteri.png","language":"TypeScript","readme":"# Sorting Algorithms Visualizer\n\n## Overview\n\nSorting Algorithms Visualizer is an interactive web application that helps users understand and visualize various sorting algorithms through dynamic, step-by-step animations. This project provides an educational tool to explore the mechanics and performance characteristics of different sorting techniques.\n\n![Merge Sort](/public/merge-sort.gif)\n\n## Features\n\n### Supported Sorting Algorithms\n\n#### Simple Sorting Algorithms\n\n- Bubble Sort\n- Selection Sort\n- Insertion Sort\n\n#### Efficient Sorting Algorithms\n\n- Merge Sort\n- Quick Sort\n- Heap Sort\n\n#### Advanced Comparison-Based Algorithms\n\n- Tim Sort\n- Intro Sort\n\n### Visualization Capabilities\n\n- Real-time array element comparison\n- Swap tracking\n- Performance metric tracking (comparisons and swaps)\n- Adjustable sorting speed\n- Visual representation of algorithm progression\n\n## Technologies Used\n\n- Next.js\n- React\n- TypeScript\n- Tailwind CSS\n- Lucide React Icons\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v18 or later)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository\n\n```bash\ngit clone https://github.com/LucaPalminteri/sorting-algorithms-visualizer.git\n```\n\n2. Navigate to the project directory\n\n```bash\ncd sorting-algorithms-visualizer\n```\n\n3. Install dependencies\n\n```bash\nnpm install\n# or\nyarn install\n```\n\n4. Run the development server\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\n5. Open [http://localhost:3000](http://localhost:3000) in your browser\n\n## How to Use\n\n1. Browse through different sorting algorithms from the homepage\n2. Click on an algorithm to view its detailed page\n3. Customize sorting parameters:\n   - Array size\n   - Sorting speed\n   - Array generation method\n4. Observe the step-by-step sorting process\n5. Review algorithm-specific details and time complexity\n\n## Learning Resources\n\nEach algorithm page provides:\n\n- Algorithm description\n- Time complexity analysis (best, average, and worst-case scenarios)\n- Visual representation of sorting mechanics\n\n## Performance Metrics\n\nThe visualizer tracks:\n\n- Number of comparisons\n- Number of swaps\n- Sorting progression\n- Algorithm-specific optimizations\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Contact\n\nLuca Palminteri - [lucapalminteri02@gmail.com]\n\nProject Link: [https://github.com/LucaPalminteri/sorting-algorithms-visualizer](https://github.com/LucaPalminteri/sorting-algorithms-visualizer)\n\n## Acknowledgements\n\n- [Next.js](https://nextjs.org/)\n- [React](https://reactjs.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Lucide Icons](https://lucide.dev/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucapalminteri%2Fsorting-algorithms-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucapalminteri%2Fsorting-algorithms-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucapalminteri%2Fsorting-algorithms-visualizer/lists"}