mdfarhansadiq / CPRoadmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In the name of ALLAH

Instruction:

When you check the repository, you may not see some files. So, my suggestion is to download the repository to avoid the problem.

Note: If you know and can code in C++ or, Java language; then you can start from "Beginner Level 02.txt" and after that "Beginner Level 03.txt" file.

Practice:

First if you are completely beginner in programming, check the "Beginner Level 01.txt" file. After that, check the "Beginner Level 02.txt" file. Then, "Beginner Level 03.txt". You will get some problem or question links in these .txt files which are mentioned earlier. After completing the 3 steps, read and follow the instructions of "Competitive_Programming_Guide.pdf".

Resource List:

https://docs.google.com/spreadsheets/d/1C7j2CbguEN5cVEwsJQ6ZK9Yf8XUXOntP66mWA2n7Qh4/edit#gid=0

>>> Some Good Online Judges to Practice and Compete for all:

  1. https://www.codeforces.com
  2. https://www.codechef.com
  3. https://www.atcoder.jp
  4. https://www.leetcode.com
  5. https://www.lightoj.com
  6. https://www.spoj.com
  7. https://www.hackerearth.com

*Note: If you are unable to code at the beginning level of a problem, see others' code. So, google it. But please first try your best

Now most important thing is "Time Complexity":

If you know how to code, then you must know how to calculate the time complexity of a code. So, check the "Big O Notation.txt" file. Whenever you code for a problem, you have to calculate the time complexity. It is one of the best ways to practice it.

Next one thing is "Space Complexity".

It is the calculation of memory usage of code.

For Math Idea & Technique:

You can check and read the "Math.pdf" file. Here, you can learn some math tricks.

-------In Sha Allah-------

About

License:MIT License