This repository contains all the codes and programs of my competitive programming life. This includes Algorithm & and data structure theoretical coding, solutions to different online judge's problems, and supplementary topics.
Checklist:
- Can I solve the sub-problem of that problem?
- Can I solve the whole problem?
- Do I check the parameter?
- Did I clear all the memory?
- check whether DP is cleared
- Understand the prob?! check again!!!