Skip to content

RobotCleaner, a solution created to go through the matrix and clean/store each visited spot.

Notifications You must be signed in to change notification settings

joseasync/RobotCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RobotCleaner

RobotCleaner, a solution created to go through the matrix and clean/store each visited spot, using .NET Core 3.0 and TDD as methodology.

Description

This is a practical example of how one Cleaner Robot works, going through the matrix and cleaning each spot visited, following the inputs as shown below:

Example:

Quantity of commands:
2
Coordinates X and Y (-100.000 <= e <= 100.000):
10 22
Direction and how many spots the robot should clean (E,W,S,N):
E 2
N 1

Output:

=> Cleaned: 4

Eg

Author

Jose Ricardo Cruz
Software Engineer, Microsoft MCSA
You find me here:

About

RobotCleaner, a solution created to go through the matrix and clean/store each visited spot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages