Activity
Merge pull request #3 from serrestech/main
Merge pull request #3 from serrestech/main
Pull request merge
Fixed inverted axis
Fixed inverted axis
Reverted axis flip that didn't solve the problem
Reverted axis flip that didn't solve the problem
Possible fix for a bounds problem
Possible fix for a bounds problem
Fixed passing by pointer and not by value
Fixed passing by pointer and not by value
Update README.md
Update README.md
Switched solver results to a set for deduplication in the case it hap…
Switched solver results to a set for deduplication in the case it hap…
Fixed A10Task
Fixed A10Task
Fixed wrong calculation for heuristic
Fixed wrong calculation for heuristic
Made solver not return null
Made solver not return null
Implemented A10Task
Implemented A10Task
Wrote basic solver that finds solutions... though not all.
Wrote basic solver that finds solutions... though not all.
Implemented A7Task
Implemented A7Task
Fixed issues with empty tile grouping
Fixed issues with empty tile grouping
Create README.md
Create README.md
Added handling of empty space and rudimentary placement of shapes
Added handling of empty space and rudimentary placement of shapes
Fixed CORS problem with A8TaskController
Fixed CORS problem with A8TaskController
Added executed time for task A8
Added executed time for task A8
Implemented perimeter calculation for A8Task
Implemented perimeter calculation for A8Task
Fixed return of execution time
Fixed return of execution time
Raised random attempts limit for good luck
Raised random attempts limit for good luck
Implemented and added to response the execution time in ms of every f…
Implemented and added to response the execution time in ms of every f…
Fixed A4TestService
Fixed A4TestService
Implemented A5 task
Implemented A5 task
Merge pull request #2 from HyperPunkss/add-license-1
Merge pull request #2 from HyperPunkss/add-license-1
Pull request merge
Create LICENCE.txt
Create LICENCE.txt
Changes @RequestMapping to @PostMapping for method
Changes @RequestMapping to @PostMapping for method
Removed commended out code
Removed commended out code
Implemented A4Task
Implemented A4Task
Made rotation and flipping optional when generating variants
Made rotation and flipping optional when generating variants