Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 2.19 KB

File metadata and controls

34 lines (30 loc) · 2.19 KB

Awesome Competitive Programming

Solved in Python 3.x


What is available


Strategy

1. Be patient, to understand the question well
2. Create a toy example
3. Figure out how to solve this problem without programming
4. Think tactis: math, known algorithms or something else
5. Think about the edge cases
6. Write down a pseudo-code
7. Start coding

How to crack Leetcode problem


Resources