Mars Rover
- Category: Software Development
Details:
Mars Rover coding project written with C# using Visual Studio. Designed to take a starting location and instructions for two rovers and outputs the ending location after executing the instructions. If starting location of a rover is 1 2 N and the instruction is LMLMLMLMM, then the expected output will be 1 3 N.