Skip to content

kyaiooiayk/Awesome-Competitive-Programming-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 

Repository files navigation

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