1800 Codeforces Problem: Colored Rectangles by Dynamic Programming with Python
Using Dynamic Programming with Python solution: Let’s learn how to think about Colored Rectangles, an 1800-point codeforces problem... (more…)
Read more »
Code metrics are a popular way to analyse the complexity of our software. For some reason, we are attracted to single-figure summaries of quality, whether it’s lines of code, cyclomatic complexity, or the Pylint score. Personally, I think using these are … Read more