Exercises¶
This section tracks coding exercises and challenges I’ve worked through on platforms like Exercism, Beecrowd, and GeeksforGeeks. These problems have been key to sharpening my problem-solving skills and deepening my understanding of algorithms and data structures.
Platforms¶
Exercism · Beecrowd · GeeksforGeeks · and more
Problem-Solving Tips¶
- Read the problem carefully
- Break it down into smaller steps
- Test edge cases early
- Refactor and optimize after it works
- Document your thought process