Skip to content

zhaojinqiang/mars-rover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mars-rover

implement mars-rover in Java. things like:

Input:

5 5 1 2 N MMMMM 3 3 E MMRMMRMRRM

Output:

1 5 N 5 1 E

M means Move L means Left R means Right

N: face to North E: face to East S: face to South W: face to west

About

A brief java code to implement the mars rover

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published