Hryhorii Liashenko

Results 6 issues of Hryhorii Liashenko

OpenAPI Specification v2 (Swagger) support data types for fields. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md Need to implement parsing swagger.json to a data model with according field types and perform mutations based on this...

enhancement

Performance measures show huge overhead on logging and getAllAvailableSteps method. The project was run via: ` mvn exec:java -Dexec.mainClass="com.google.hashcode.App"` finished with exeption: [medium.in exeption.txt](https://github.com/LyashenkoGS/GoogleHashCode2017/files/744436/medium.in.exeption.txt) Estimate for the end of refactoring...

Implement [BFS](https://en.wikipedia.org/wiki/Breadth-first_search) algorithm to our problem and describe it in our's wiki. I would like to suggest use draw.io. See #7 for example

enhancement

All infrastructure issues are almost completed, so it's time to implement the actual algorithm. See [TaskDescription.pdf](https://github.com/LyashenkoGS/GoogleHashCode2017/blob/master/documentation/TaskDescription.pdf). An MVP is an algorithm that slices the [example.in](https://github.com/LyashenkoGS/GoogleHashCode2017/blob/master/inputDataSets/example.in) and passes checks on the...

enhancement

"mvn test" leads to test failures. The bug is floating and can't be reproduced by running separate tests. Need to find the root cause and fix.

bug
backend

Currently, tests send requests to real API which has requests limit and seems to have some concurrent requests limit. Need to record real API responses and use them from a...

backend
refactoring