{"id":13406635,"url":"https://github.com/sadanandpai/algo-visualizers","last_synced_at":"2025-04-12T19:45:40.379Z","repository":{"id":37711243,"uuid":"374031309","full_name":"sadanandpai/algo-visualizers","owner":"sadanandpai","description":"Algorithms Visualizers","archived":false,"fork":false,"pushed_at":"2024-04-11T04:41:17.000Z","size":4451,"stargazers_count":703,"open_issues_count":1,"forks_count":169,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-10T00:42:19.089Z","etag":null,"topics":["algorithms","bfs","datastructures","dfs","javascript","maze-generator","pathfinder","react","reactjs","redux","redux-toolkit","sorting","sorting-algorithms"],"latest_commit_sha":null,"homepage":"https://sadanandpai.github.io/algo-visualizers/","language":"TypeScript","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/sadanandpai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-06-05T05:45:43.000Z","updated_at":"2025-04-08T11:48:37.000Z","dependencies_parsed_at":"2023-12-08T15:31:39.368Z","dependency_job_id":"23f5cd80-f645-4f8e-9db4-1a7618c8263b","html_url":"https://github.com/sadanandpai/algo-visualizers","commit_stats":{"total_commits":250,"total_committers":7,"mean_commits":"35.714285714285715","dds":0.368,"last_synced_commit":"5f155811d1c0ea800cbc868cec79e453abd3b31d"},"previous_names":["sadanandpai/algo-visualizers","sadanandpai/sorting-visualizer"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadanandpai%2Falgo-visualizers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadanandpai%2Falgo-visualizers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadanandpai%2Falgo-visualizers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadanandpai%2Falgo-visualizers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sadanandpai","download_url":"https://codeload.github.com/sadanandpai/algo-visualizers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625491,"owners_count":21135513,"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":["algorithms","bfs","datastructures","dfs","javascript","maze-generator","pathfinder","react","reactjs","redux","redux-toolkit","sorting","sorting-algorithms"],"created_at":"2024-07-30T19:02:35.306Z","updated_at":"2025-04-12T19:45:40.350Z","avatar_url":"https://github.com/sadanandpai.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eAlgorithms Visualizers\u003c/h1\u003e\n  \u003ch2\u003eResponsive visualizers built using React for popular algorithms\u003c/h2\u003e\n  \u003cdiv\u003e\n    \u003ca name=\"stars\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/sadanandpai/algo-visualizers?style=for-the-badge\"\u003e\u003c/a\u003e\n    \u003ca name=\"forks\"\u003e\u003cimg src=\"https://img.shields.io/github/forks/sadanandpai/algo-visualizers?logoColor=green\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n    \u003ca name=\"license\"\u003e\u003cimg src=\"https://img.shields.io/github/license/sadanandpai/algo-visualizers?style=for-the-badge\"\u003e\u003c/a\u003e\n  \u003c/div\u003e\n\n[![built with Codeium](https://codeium.com/badges/main)](https://codeium.com)\n\n\u003ca href=\"https://sadanandpai.github.io/algo-visualizers/\"\u003e\u003cimg src=\"./public/images/cell.png\" alt=\"cover\" /\u003e\u003c/a\u003e\n\u003cbr/\u003e\n\u003ca href=\"https://sadanandpai.github.io/algo-visualizers/\"\u003e\u003cimg src=\"./public/images/bar.png\" alt=\"cover\" /\u003e\u003c/a\u003e\n\u003cbr/\u003e\n\u003ca href=\"https://sadanandpai.github.io/algo-visualizers/\"\u003e\u003cimg src=\"./public/images/path.png\" alt=\"cover\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://sadanandpai.github.io/algo-visualizers/\"\u003eVisualize the\nalgorithms\u003c/a\u003e\n\n\u003c/div\u003e\n\n---\n\n### Algorithms Visualizers\n\nThis repo helps in learning popular algorithms by visualization\n\n\u003cdetails\u003e\n  \u003csummary\u003eSorting Visualizer\u003c/summary\u003e\n\n\u003cbr\u003e\n\nHelps to\n\n- understand the working of sorting algorithm\n- check total swaps required\n- check total comparisions\n- compare algorithms side by side\n- know the time taken (time is just an approximate unit for comparision)\n\nFeatures\n\n- Sort any given array of 3 digits positive integers\n- Alter the speed of execution\n- Start, pause and reset the execution\n- Generate random array of numbers of sorting\n\nConcepts\n\n- Animations are done using pure CSS and uses\n  [FLIP principle](https://aerotwist.com/blog/flip-your-animations/)\n- Flex is used for array display and manipulation of positions (flex order\n  property)\n- JavaScript async generators are used heavily for the controlled execution of\n  algorithms\n\n\u003c/details\u003e\n\n\u003cbr\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003ePath finder\u003c/summary\u003e\n\n\u003cbr\u003e\n\nHelps to\n\n- understand working of different maze generation algorithms\n- understand working of different path finding algorithms\n- check the visits, path length and time taken\n\nFeatures\n\n- Build any kind of custom 2D maze\n- Alter the speed of execution\n- Generate infinite mazes\n- Move the targets in live to see the changes\n\n\u003c/details\u003e\n\n\u003cbr\u003e\n\n### Technologies\n\nProduction libraries\n\n- [React](https://react.dev/) (Frontend Library)\n- [Redux Toolkit](https://redux-toolkit.js.org/) (State management)\n- [React Router](https://reactrouter.com/en/main/) (Router)\n- [Lucide](https://lucide.dev/) (Icons pack)\n- [Sonner](https://sonner.emilkowal.ski/) (Toast)\n- [React-use](https://github.com/streamich/react-use) (Custom hooks)\n- [React Joyride](https://react-joyride.com/) (App tour)\n- [React Switch](https://react-switch.netlify.app/) (Switch)\n\nBuild libraries\n\n- [Sass](https://sass-lang.com/) (CSS compiler)\n- [Vite](https://vitejs.dev/) (Bundler)\n- [Vitest](https://vitest.dev/) (Unit test)\n- [Cypress](https://www.cypress.io/) (E2E test)\n\n\u003cbr\u003e\n\n### Run in your local\n\n- `git clone https://github.com/sadanandpai/algo-visualizers.git`\n- `cd algo-visualizers`\n- `npm install`\n- `npm run dev`\n\n---\n\n### Contributing Guide\n\nIf you want to contribute, improve or fix bugs in this repo, then check out the\n[Contributing Guide](./CONTRIBUTING.md) \u003cbr/\u003e\n\n\u003cbr\u003e\n\n### License\n\nThis repository is MIT licensed. [Read more](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadanandpai%2Falgo-visualizers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsadanandpai%2Falgo-visualizers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadanandpai%2Falgo-visualizers/lists"}