{"id":26498629,"url":"https://github.com/samrat-14/sorting-algorithm-visualizer","last_synced_at":"2025-09-10T06:35:49.248Z","repository":{"id":41374251,"uuid":"373502679","full_name":"Samrat-14/Sorting-Algorithm-Visualizer","owner":"Samrat-14","description":"Visualize the sorting algorithm and understand how they work.","archived":false,"fork":false,"pushed_at":"2022-07-01T04:44:37.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-14T02:59:51.317Z","etag":null,"topics":["buble-sort","insertion-sort","merge-sort","quick-sort","selection-sort"],"latest_commit_sha":null,"homepage":"https://samrat-14.github.io/Sorting-Algorithm-Visualizer","language":"JavaScript","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/Samrat-14.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}},"created_at":"2021-06-03T12:40:29.000Z","updated_at":"2022-07-01T04:38:58.000Z","dependencies_parsed_at":"2022-09-05T12:31:28.812Z","dependency_job_id":null,"html_url":"https://github.com/Samrat-14/Sorting-Algorithm-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/Samrat-14%2FSorting-Algorithm-Visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samrat-14%2FSorting-Algorithm-Visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samrat-14%2FSorting-Algorithm-Visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samrat-14%2FSorting-Algorithm-Visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samrat-14","download_url":"https://codeload.github.com/Samrat-14/Sorting-Algorithm-Visualizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244631723,"owners_count":20484622,"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":["buble-sort","insertion-sort","merge-sort","quick-sort","selection-sort"],"created_at":"2025-03-20T14:38:29.958Z","updated_at":"2025-03-20T14:38:30.577Z","avatar_url":"https://github.com/Samrat-14.png","language":"JavaScript","readme":"# Sorting Algorithm Visualizer\n\nVisualize the sorting algorithm and understand how they work.\n\n![SortingAlgorithmVisualizer_01_screenshot](preview_01.png)\n![SortingAlgorithmVisualizer_02_screenshot](preview_02.png)\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#built-with\"\u003eBuilt With\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#view-demo\"\u003eView Demo\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contact\"\u003eContact\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n### Built With\n\n* [Html](https://www.w3schools.com/html)\n* [Css](https://www.w3schools.com/css)\n* [Javascript](https://www.w3schools.com/js)\n\n## Getting Started\n\n### Installation\n\n_Follow the following steps to install and setup the environment._\n\n1. Clone the repo\n   ```sh\n   git clone https://github.com/Samrat-14/Sorting-Algorithm-Visualizer.git\n   ```\n2. Once inside the cloned repo, you can get started with the project.\n\n## Features\n\n* Simple and user-friendly UI.\n* Generate random heights of bars for sorting with just one click.\n* Select from 5 different choices of sorting algorithms.\n* Control the size of array of bars and speed of sorting animation.\n\n## Contributing\n\nI love contributions, so please feel free to fix bugs, improve things, provide documentation.\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\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\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## View Demo\n\nLive Demo: [https://samrat-14.github.io/Sorting-Algorithm-Visualizer](https://samrat-14.github.io/Sorting-Algorithm-Visualizer)\n\n## Contact\n\n[Samrat Sadhu](https://samrat-14.github.io/my-portfolio/) - ss2414@ece.jgec.ac.in","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrat-14%2Fsorting-algorithm-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrat-14%2Fsorting-algorithm-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrat-14%2Fsorting-algorithm-visualizer/lists"}