Find squares of a shape with given points and identify squares.
The service can count squares how many squares are in a given point shape, also the response identifies squares that include in the region.
git clone https://github.com/martasp/Square.git
cd \src\WebUI
dotnet run
- Need example input-output example because of ambiguity.
- Do we need to support complex shapes?
- Do we need to identify shape always as unit 1 square?
- PointsController is automatically generated therefore consider refactoring to services, repositories
- Support negative coordinates
- Use image as base64 instead of points in a json response