Skip to content

filipecard/java-mars-nasa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MARS

MARS is a robot sent to Mars and the tests must execute commands referring to a 5x5 area;

The robot starts in the quadrant (0,0) and its direction to the north: (0,0,N);

Inputs

The input received must be a sequence of commands being:

L(left),

R(right),

M(move);

Success Example

Example:

Failed Example

Example 1: If any commands are passed in addition to these, a 400 Bad Request error must be returned.

Example 2: If the boundary area is exceeded, a 400 Bad Request error must be returned.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages