My successful attempts of the Codility Challenges, newest to oldest.
You can view my source code of performing several codility challenges. I will publish all of my successful attempts
here, so you can have a look in case you will be stuck. Below you can find a complete list with links to the
detailed description as well as to the full solution report. In the sources there is source
code for all the attempts listed below, together with test cases that I have used for the verification that
it works properly.
Summary
5 Golden Awards
5 Silver Awards
Awards
October 2019 - Technetium 2019 Challenge (SILVER AWARD - 77%)
MaxPathFromTheLeftTopCorner
Find a maximal value path in a matrix, starting in the top-left corner and ending in the bottom-right corner.
May 2019 - Niobium 2019 Challenge (SILVER AWARD - 65%)
FlippingMatrix
A matrix of binary values is given. We can flip the values in selected columns. What is the maximum number of rows that we can obtain that contain all the same values?