Skip to content

Releases: spolnik/JAlgoArena-Problems

JAlgoArena 2.0

13 Apr 10:23

Choose a tag to compare

v2.0.0

- fix travis config

v1.0.36

20 Feb 06:21

Choose a tag to compare

- problems difficulty calibration

v1.0.35: - new problem

19 Feb 11:08

Choose a tag to compare

- Dichroic Towers of Hanoi

v1.0.33: - new problem

14 Feb 17:59

Choose a tag to compare

- Restaurants
- update time limit to 5 seconds for 3 hardest problems

v1.0.32: - new feature

13 Feb 08:43

Choose a tag to compare

- change the way of how memory limits are proceed. It's now constant for all (security, not part of competition) that limit it to 32 MB
- above means there is no need to keep any memory limit related info in Problems Service anymore

v1.0.31: - add new problem

12 Feb 07:27

Choose a tag to compare

- binary weighing scale

v1.0.30: - fix for problem

11 Feb 18:10

Choose a tag to compare

- happy numbers problem description fix

v1.0.29: - add new problem

11 Feb 17:54

Choose a tag to compare

v1.0.28: - fixing problems

10 Feb 07:34

Choose a tag to compare

- fix description for chocolate bars

v1.0.27: - fixing problems

09 Feb 18:50

Choose a tag to compare

- add missing notes about what is forbidden (using java framework in some cases, like Arrays.sort)