Skip to content

Coding Challenges

Dmitriy Gorbunov edited this page May 21, 2026 · 4 revisions

A curated collection of coding challenges focused on problem-solving and algorithmic thinking.

The goal of this section is not just to store solutions, but to understand different ways to approach problems and compare possible implementations.

Challenges in this section focus on:

  • problem breakdown;
  • one or more possible solutions;
  • trade-offs between approaches;
  • time and space complexity analysis;
  • implementation details.

Challenges

Minimum Common Value

Power of Two

Clone this wiki locally