- Difficulty: Medium
- Given a sequence of squares, find the minimum number of rotations needed to obtain a pretty sequence.
- https://app.codility.com/programmers/challenges/carol_of_the_code2022/
- https://app.codility.com/programmers/task/pretty_tiling/
- Result
Good
: Correctness 100%, Performance 100%.OK
: Correctness 100%, Performance <100%.Fail
: Correctness <100%, Performance <100%.
- File naming convention
- Code
A
:CarolOfTheCode2022A.java
- etc
- Code
File | Complexity | Result | Report |
---|---|---|---|
A |
O(N) |
Good |
8HNAAJ |
File | Complexity | Result | Report |
---|---|---|---|
B |
O(N) |
Good |
FTRZFP |