-
Notifications
You must be signed in to change notification settings - Fork 62
Coding Challenges
Dmitriy Gorbunov edited this page May 20, 2026
·
3 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.