{"id":23063565,"url":"https://github.com/mohit-s96/sorting_visualization","last_synced_at":"2025-07-26T06:08:44.401Z","repository":{"id":144005211,"uuid":"397700192","full_name":"mohit-s96/sorting_visualization","owner":"mohit-s96","description":"Visualize and control various sorting algorithms","archived":false,"fork":false,"pushed_at":"2021-08-20T17:13:42.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T08:14:11.747Z","etag":null,"topics":["algorithm-visualizer","algorithms","sorting-algorithms","typescript"],"latest_commit_sha":null,"homepage":"https://mohit-s96.github.io/sorting_visualization/","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/mohit-s96.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":"2021-08-18T18:32:16.000Z","updated_at":"2023-03-10T07:07:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"6381dc91-d902-463e-bf64-4215614f35d4","html_url":"https://github.com/mohit-s96/sorting_visualization","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohit-s96/sorting_visualization","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohit-s96%2Fsorting_visualization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohit-s96%2Fsorting_visualization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohit-s96%2Fsorting_visualization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohit-s96%2Fsorting_visualization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohit-s96","download_url":"https://codeload.github.com/mohit-s96/sorting_visualization/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohit-s96%2Fsorting_visualization/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267127832,"owners_count":24040142,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"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":["algorithm-visualizer","algorithms","sorting-algorithms","typescript"],"created_at":"2024-12-16T04:11:58.681Z","updated_at":"2025-07-26T06:08:44.329Z","avatar_url":"https://github.com/mohit-s96.png","language":"TypeScript","readme":"# Sorting Algorithm Visualization\n\nA web app that visualizes every step in popular sorting algorithms. Has play/pause and speed control options as well. The rendering library can be decoupled to use with any standard sorting algorithms.\n\n## API Reference\n\n#### Add render data\n\n```bash\n  addRenderData\n```\n\n| Parameter | Type               | Description                                                                                       |\n| :-------- | :----------------- | :------------------------------------------------------------------------------------------------ |\n| `array`   | `array of numbers` | **Required**. To be called after each iteration of the outer loop with the latest array reference |\n\n#### Draw visualization in the browser\n\n```bash\n  drawToScreen\n```\n\n| Parameter | Type     | Description                                                                  |\n| :-------- | :------- | :--------------------------------------------------------------------------- |\n| `options` | `object` | **Optional**. Object describing the drawing instructions, custom CSS classes |\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/msx47/sorting_visualization.git\n```\n\nGo to the project directory\n\n```bash\n  cd sorting_visualization\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n\nStart the server\n\n```bash\n  npm run dev\n```\n\n## Contributing\n\nContributions are always welcome!!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohit-s96%2Fsorting_visualization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohit-s96%2Fsorting_visualization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohit-s96%2Fsorting_visualization/lists"}