[Community Puzzle] Various Number Spirals

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @UasyaLyuty,validated by @_CG_ClementHammel,@Lesmana and @FredericLocquet.
If you have any issues, feel free to ping them.

4 different starting positions, ascending or descending order, clockwise or anti-clockwise… and only 5 tests and 5 validators?!? It should have 1 test case and 1 validator for each combination, not just these 5…

3 Likes

Lacks a testcase for descending counter clockwise and probably more as b0n5a1 said

This miss a lot of tests.
Too much cases and only 5 tests
I pass all tests correctly but none of validators