https://github.com/paractmol/rover_problem
Another mars rover solution. Source code for the article.
https://github.com/paractmol/rover_problem
Last synced: 12 months ago
JSON representation
Another mars rover solution. Source code for the article.
- Host: GitHub
- URL: https://github.com/paractmol/rover_problem
- Owner: paractmol
- Created: 2017-08-10T16:32:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T21:05:22.000Z (over 8 years ago)
- Last Synced: 2025-01-11T14:49:02.386Z (about 1 year ago)
- Language: Ruby
- Homepage: https://theoryofe.co/2017/08/10/another-mars-rover-solution/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
For this issue, I've used MiniTests to avoid any dependency and to rely on the Ruby Standard Library only.
I kept the implementation simple as possible if you have any remarks about the code or its structure
I would love to hear the feedback.
In order to execute tests run the following command:
```
ruby test/test_rover_problem.rb
```
[The full article available here](https://theoryofe.co/2017/08/10/another-mars-rover-solution/)