{"id":25029502,"url":"https://github.com/okaditya84/algorithm-visualizer","last_synced_at":"2025-07-03T07:32:51.384Z","repository":{"id":225513775,"uuid":"766181785","full_name":"okaditya84/Algorithm-Visualizer","owner":"okaditya84","description":"This is a algorithm visualizer made using HTML, CSS, JavaScript and Node.js. It provides intuitive visuals for the algorithms we all have been studying so far. Access it live here: https://algorithm-visualizer-ehy8.onrender.com/","archived":false,"fork":false,"pushed_at":"2024-03-02T16:09:43.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T18:45:09.395Z","etag":null,"topics":["backend","frontend","hacktoberfest","hacktoberfest2024","javascript"],"latest_commit_sha":null,"homepage":"https://algorithm-visualizer-rouge.vercel.app","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/okaditya84.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2024-03-02T15:05:08.000Z","updated_at":"2024-10-11T12:04:05.000Z","dependencies_parsed_at":"2024-03-02T16:25:46.298Z","dependency_job_id":"897b6865-067f-46c3-b202-f9ec089ebc0c","html_url":"https://github.com/okaditya84/Algorithm-Visualizer","commit_stats":null,"previous_names":["okaditya84/algorithm-visualizer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/okaditya84/Algorithm-Visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okaditya84%2FAlgorithm-Visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okaditya84%2FAlgorithm-Visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okaditya84%2FAlgorithm-Visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okaditya84%2FAlgorithm-Visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okaditya84","download_url":"https://codeload.github.com/okaditya84/Algorithm-Visualizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okaditya84%2FAlgorithm-Visualizer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263282905,"owners_count":23442264,"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":["backend","frontend","hacktoberfest","hacktoberfest2024","javascript"],"created_at":"2025-02-05T21:01:33.003Z","updated_at":"2025-07-03T07:32:51.342Z","avatar_url":"https://github.com/okaditya84.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e \u003cimg align=\"center\" alt=\"algorithm-visualizer\" src=\"Logo1.png\" height='150' width='150'\u003e\n\n\u003ch1 align=\"center\"\u003e Algorithm-Visualizer\u003c/h1\u003e\n\nA web application, that lets you visualize complex algorithms. User's gets to working of algorithms, at different speeds, and different setups.\n\n\n\n\u003c/div\u003e\n\u003chr\u003e\n\n## Algorithms Supported\n\n\u003cul\u003e\n\u003cli\u003e Graph Algorihtms\n  \u003cdetails\u003e\n  \u003cul\u003e\n    \u003cli\u003e Dijkstra's path finding algorihtm. \u003c/li\u003e\n    \u003cli\u003e A-Star path finding algorihtm. \u003c/li\u003e\n    \u003cli\u003e Breadth First Search (BFS) traversal algorihtm. \u003c/li\u003e\n    \u003cli\u003e Depth First Search (DFS) traversal algorithm. \u003c/li\u003e\n  \u003c/ul\u003e\n  \u003c/details\u003e\n\u003c/li\u003e\n\u003cli\u003e Sorting Algorihtms\n  \u003cdetails\u003e\n  \u003cul\u003e\n    \u003cli\u003e Bubble Sort \u003c/li\u003e\n    \u003cli\u003e Selection Sort \u003c/li\u003e\n    \u003cli\u003e Insertion Sort \u003c/li\u003e\n    \u003cli\u003e Quick Sort \u003c/li\u003e\n    \u003cli\u003e Merge Sort \u003c/li\u003e\n    \u003cli\u003e Heap Sort \u003c/li\u003e\n  \u003c/ul\u003e\n  \u003c/details\u003e\n\u003c/li\u003e\n\u003c/ul\u003e \n\n\n\n\n\n\n\n\n## Technology Stack Used\n\u003cimg src=\"https://img.shields.io/badge/html5%20-%23E34F26.svg?\u0026style=for-the-badge\u0026logo=html5\u0026logoColor=white\"/\u003e \u003cimg src=\"https://img.shields.io/badge/css3%20-%231572B6.svg?\u0026style=for-the-badge\u0026logo=css3\u0026logoColor=white\"/\u003e \u003cimg src=\"https://img.shields.io/badge/javascript%20-%23323330.svg?\u0026style=for-the-badge\u0026logo=javascript\u0026logoColor=%23F7DF1E\"/\u003e \u003cimg src=\"https://img.shields.io/badge/node.js%20-%2343853D.svg?\u0026style=for-the-badge\u0026logo=node.js\u0026logoColor=white\"/\u003e \u003cimg src=\"https://img.shields.io/badge/github%20-%23121011.svg?\u0026style=for-the-badge\u0026logo=github\u0026logoColor=white\"/\u003e\n\n- \u003cstrong\u003e FrontEnd Design: \u003c/strong\u003e HTML \u0026 CSS\n- \u003cstrong\u003e Algorithms and animations: \u003c/strong\u003e JavaScript\n- \u003cstrong\u003e Server hosting: \u003c/strong\u003e NodeJS\n- \u003cstrong\u003e Web hosting: \u003c/strong\u003e Netlify\n\n\n## Project Setup\n- Fork the repository and clone it to your local machine.\n```\ngit clone https://github.com/okaditya84/Algorithm-Visualizer\n```\n- Install the dependencies\n```\nnpm install\n```\n- Run the server\n```\nnpm start\n```\n\n- Open the browser and go to the link\n```\nhttp://localhost:3000/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokaditya84%2Falgorithm-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokaditya84%2Falgorithm-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokaditya84%2Falgorithm-visualizer/lists"}