https://github.com/stepio/labescape
https://github.com/stepio/labescape
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stepio/labescape
- Owner: stepio
- Created: 2017-07-01T18:45:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-28T13:14:37.000Z (about 5 years ago)
- Last Synced: 2025-01-28T04:42:53.906Z (over 1 year ago)
- Language: Java
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Escape Maze
[](https://travis-ci.org/stepio/labescape)
Using the framework(s) of your choice (if any) implement a relatively simple API over HTTP which accepts a "maze" structure as input, along with starting point, and returns the solution to said maze.
## Example
Input
OOOOOOOOOO
O O O
O OO O O O
O O O O O
O OO O
O OOOOOOOO
O O
OOOOOOOOOO
Starting point: (x=3, y=1)
OOOOOOOOOO
O O O
O OO O O O
O• O O O O
O OO O
O OOOOOOOO
O O
OOOOOOOOOO
Desired output:
OOOOOOOOOO
O••••O•••O
O•OO•O•O•O
O• O•O•O•O
O OO•••O••
O OOOOOOOO
O O
OOOOOOOOOO