{"id":20926589,"url":"https://github.com/sonngdev/algorithms-visualizer","last_synced_at":"2025-06-16T06:33:55.377Z","repository":{"id":65245857,"uuid":"512485878","full_name":"sonngdev/algorithms-visualizer","owner":"sonngdev","description":"Visualization of common pathfinding algorithms 🧭 🗺️","archived":false,"fork":false,"pushed_at":"2024-09-26T15:22:59.000Z","size":1109,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-09T17:08:45.035Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://algorithms.sonng.dev/","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/sonngdev.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":"2022-07-10T16:37:35.000Z","updated_at":"2024-09-26T15:23:02.000Z","dependencies_parsed_at":"2024-10-09T17:08:59.128Z","dependency_job_id":"b9642c9f-be54-4f0f-ba39-ccf86649fb7d","html_url":"https://github.com/sonngdev/algorithms-visualizer","commit_stats":null,"previous_names":["thanhsonng/algorithm-visualizer","sonngdev/algorithms-visualizer"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonngdev%2Falgorithms-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonngdev%2Falgorithms-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonngdev%2Falgorithms-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonngdev%2Falgorithms-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonngdev","download_url":"https://codeload.github.com/sonngdev/algorithms-visualizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225249337,"owners_count":17444415,"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":[],"created_at":"2024-11-18T20:39:48.562Z","updated_at":"2024-11-18T20:39:49.417Z","avatar_url":"https://github.com/sonngdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://res.cloudinary.com/dh7qbp6sy/image/upload/v1688903694/algorithm-visualizer/Logo_with_shadow_cjqli2.png\" width=\"300px\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eAlgorithms Visualizer\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  Visualization of common pathfinding algorithms 🧭 🗺️\n\u003cp\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://algorithms.sonng.dev/\"\u003eWebsite\u003c/a\u003e 🔗\n\u003c/p\u003e\n\n## Features\n\n- 🗺️ Visualize common pathfinding algorithms: DFS, BFS, Dijkstra, A*.\n- 🧭 Move start/end nodes freely to see optimal path changes.\n- 🧱 Allow walls creation.\n- 📞 Work on mobile, however some features are available on desktop only.\n\n## Screenshots\n\n\u003cp align=\"center\"\u003e\u003cb\u003eDepth-first Search\u003c/b\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg\n    src=\"https://res.cloudinary.com/dh7qbp6sy/image/upload/v1688904335/algorithm-visualizer/dfs_zgzavb.png\"\n    alt=\"Visualization of Depth-first Search algorithm\" width=\"600px\"\u003e\n\u003cp align=\"center\"\u003e\n\n\u003cp align=\"center\"\u003e\u003cb\u003eDijkstra's Algorithm\u003c/b\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg\n    src=\"https://res.cloudinary.com/dh7qbp6sy/image/upload/v1688904335/algorithm-visualizer/dijkstra_mifmnz.png\"\n    alt=\"Visualization of Dijkstra's algorithm\" width=\"600px\"\u003e\n\u003cp align=\"center\"\u003e\n\n\u003cp align=\"center\"\u003e\u003cb\u003eA* Algorithm\u003c/b\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg\n    src=\"https://res.cloudinary.com/dh7qbp6sy/image/upload/v1688904335/algorithm-visualizer/astar_f0moqn.png\"\n    alt=\"Visualization of A-Star algorithm\" width=\"600px\"\u003e\n\u003cp align=\"center\"\u003e\n\n## Clone this repo\n\n```bash\ngit clone git@github.com:sonngdev/algorithms-visualizer.git\ncd algorithms-visualizer\nnpm install\nnpm run dev\n```\n\n## Author\n[Son Nguyen](https://github.com/sonngdev).\nCheck out my [website](https://www.sonng.dev/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonngdev%2Falgorithms-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonngdev%2Falgorithms-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonngdev%2Falgorithms-visualizer/lists"}