{"id":15130371,"url":"https://github.com/wasswarichard/labyrinth","last_synced_at":"2026-01-18T00:23:41.054Z","repository":{"id":254699505,"uuid":"847285598","full_name":"wasswarichard/labyrinth","owner":"wasswarichard","description":"Shortest path in a 2 dimensional array","archived":false,"fork":false,"pushed_at":"2024-09-04T17:34:03.000Z","size":145,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T17:56:18.486Z","etag":null,"topics":["javascript","labyrinth","labyrinth-route-finder","typescript","unit-testing","webpack"],"latest_commit_sha":null,"homepage":"","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/wasswarichard.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-25T11:45:28.000Z","updated_at":"2024-09-04T17:34:06.000Z","dependencies_parsed_at":"2024-09-05T23:43:47.178Z","dependency_job_id":"a7d07ef0-6ef0-49df-962f-0a8c6249f484","html_url":"https://github.com/wasswarichard/labyrinth","commit_stats":null,"previous_names":["wasswarichard/labyrinth"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasswarichard%2Flabyrinth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasswarichard%2Flabyrinth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasswarichard%2Flabyrinth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasswarichard%2Flabyrinth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wasswarichard","download_url":"https://codeload.github.com/wasswarichard/labyrinth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393540,"owners_count":20931809,"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":["javascript","labyrinth","labyrinth-route-finder","typescript","unit-testing","webpack"],"created_at":"2024-09-26T02:46:28.876Z","updated_at":"2026-01-18T00:23:40.991Z","avatar_url":"https://github.com/wasswarichard.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Labyrinth\n\nFind the shortest path from the start (\"S\") to the exit (\"E\").\nMovement is allowed only in four directions: up, down, left, and right. You need to return the\nlength of the shortest path from \"S\" to \"E\". If no path exists, return -1.\n\n## Testing the solution\n\nTo use the tests, you will need to install Node -- you can do this via the\n[download page](http://nodejs.org/#download) or using\n[Homebrew](http://mxcl.github.com/homebrew/) if you are on a Mac.\n\nYou can clone or download this repo. Once you have done so, from the root\ndirectory of the repo, run:\n\n```bash\n    npm install\n    npm start\n```\n\nTo run the tests\n\n```bash\n    npm run test\n```\n\n## Test cases snapshot\n\n![Snapshot of test cases](/docs/testcases.png)\n\nThanks for your time :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasswarichard%2Flabyrinth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwasswarichard%2Flabyrinth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasswarichard%2Flabyrinth/lists"}