Skip to content

Releases: spolnik/JAlgoArena-Problems

v1.0.26: - fixing problems

09 Feb 18:06

Choose a tag to compare

- fix description for chocolate bars

v1.0.25: - fixing problems

09 Feb 13:13

Choose a tag to compare

- fix description for chocolate bars

v1.0.24: - new problems

08 Feb 20:09

Choose a tag to compare

- factorial
- country postman

v1.0.23: - problem fixes

08 Feb 12:57

Choose a tag to compare

- add missing note to maximum contiguous subsequence problem

v1.0.22: - problem fixes

07 Feb 21:08

Choose a tag to compare

- binary representation, rename input parameter name, as val is keyword in kotlin
- add example for negative number - as requirements weren't clear for this case

v1.0.21: - problem fixes

07 Feb 11:48

Choose a tag to compare

- longest NR substring - fixing one test case

v1.0.20: - problem fixes

06 Feb 17:42

Choose a tag to compare

- longest NR substring - fixing two test cases
- updating spring boot to 1.5.1
- removing redundant logback runtime dependencies

v1.0.19: - problem fixes

06 Feb 16:01

Choose a tag to compare

- add clarifying example for find middle node
- update Reverse Level Order Traversal description

v1.0.18: - problem fixes

06 Feb 12:46

Choose a tag to compare

- add missing note to STOI problem

v1.0.17: - problems calibration

06 Feb 07:52

Choose a tag to compare

- Sum Lists 2 - moved to medium difficulty