An open API service indexing awesome lists of open source software.

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.

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/)