How to build & run it:
-
To build solution go into root and run "dotnet build" or build it via Visual Studio
-
To run application go from root folder into CleaningRobot subfolder and run "dotnet run <source.json> <result.json>"
Remarks:
- In PDF example of JSON files are valid, however attached JSON files are not in same format/valid. Maps contain "null" instead of null. Visited and cleaned arrays do not have comma separator between items. I've fixed those problems in attached files. You can see all JSON files in \CleaningRobot.Tests\Resources\