JAlgoArena icon indicating copy to clipboard operation
JAlgoArena copied to clipboard

JAlgoArena programming contest platform

Results 32 JAlgoArena issues
Sort by recently updated
recently updated
newest added

https://blog.datank.ai/graphql-grpc-part-1-54d92a109619 https://www.howtographql.com/

There is smthg wrong with testcases for `Two Friends` problem. Sample of test case; ``` TEST(new int[][]{new int[]{0, 0}, new int[]{0, 0}, new int[]{4, 0}, new int[]{4, 3}}, "1E-05"); ```...

https://zipkin.io/ https://www.jaegertracing.io

We are given a picture of example bars, and the cuts that lead to the preferred solution -- this is good. However, in order to code it, we'd like to...

In the problem "Shortest Path in a Graph" it would be advisible to state explicitly: a) the weights of the edges are necessarily positive, b) if the graph is directed...

- we want to know if there are submissions which do not have corresponding results - we want to know if there is submission which pollutes judge agents (and move...

Give users possibility to define own test cases and do dry run against them and decide if they want to submit - is that right solution for a platform? -...