Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.01 KB

Ep2-Implementation.md

File metadata and controls

21 lines (14 loc) · 1.01 KB

Part 1 Episode 2/4: Implementation based problems

Implementation problems do not rely on the knowledge of complex data structures or algorithms. On the contrary, they rely on the usage of pure logic and intuition.

There isn't really a way to teach how to solve implementation problems and the only way to get better at them is to solve implementation based problems.


Here are a good set of problems to begin with:
(These problems should also help improve your basic C++/Java/Python skills)

  1. Codeforces 282 A
  2. Codeforces 263 A
  3. Codeforces 112 A
  4. Codeforces 281 A
  5. Codeforces 110 A

Challenge Problems:

  1. Codeforces 466 A
  2. Codeforces 999 C