- Difficulty: Medium
- Given a 3x3 matrix, find the nearest matrix, the sum of whose elements in each row and column is equal.
- https://app.codility.com/programmers/challenges/the_coder_of_rivia_2021/
- https://app.codility.com/programmers/task/almost_magic_square/
- Result
Good
: Correctness 100%, Performance 100%.OK
: Correctness 100%, Performance <100%.Fail
: Correctness <100%, Performance <100%.
- File naming convention
- Code
A
:CoderOfRivia2021A.java
- etc
- Code
File | Complexity | Result | Report |
---|---|---|---|
A |
O(1) |
Good |
5PRC65 |