This repository will contain Ladder Map(or Road Map) to start or improve on Codeforces platform in Java language.
ID | Name | Problems Count |
---|---|---|
11. | Codeforces Rating < 1300 | 100 |
12. | 1300 <= Codeforces Rating <= 1399 | 100 |
13. | 1400 <= Codeforces Rating <= 1499 | 100 |
14. | 1500 <= Codeforces Rating <= 1599 | 100 |
15. | 1600 <= Codeforces Rating <= 1699 | 100 |
16. | 1700 <= Codeforces Rating <= 1799 | 100 |
17. | 1800 <= Codeforces Rating <= 1899 | 100 |
18. | 1900 <= Codeforces Rating <= 1999 | 100 |
19. | 2000 <= Codeforces Rating <= 2099 | 100 |
20. | 2100 <= Codeforces Rating <= 2199 | 100 |
21. | Codeforces Rating >= 2200 | 100 |
22. | Codeforces Rating < 1300 (Extra) | 200 |
23. | 1300 <= Codeforces Rating <= 1399 (Extra) | 200 |
24. | 1400 <= Codeforces Rating <= 1499 (Extra) | 200 |
25. | 1500 <= Codeforces Rating <= 1599 (Extra) | 200 |
26. | 1600 <= Codeforces Rating <= 1699 (Extra) | 200 |
27. | 1700 <= Codeforces Rating <= 1799 (Extra) | 200 |
28. | 1800 <= Codeforces Rating <= 1899 (Extra) | 200 |
29. | 1900 <= Codeforces Rating <= 1999 (Extra) | 200 |
30. | 2000 <= Codeforces Rating <= 2099 (Extra) | 200 |
31. | 2100 <= Codeforces Rating <= 2199 (Extra) | 200 |
32. | Codeforces Rating >= 2200 (Extra) | 200 |
There are some segregated questions(rank wise) which anyone must solve inorder to increase or to openup the rank at codeforces platform.
- Contest Folders - There will be contest folders with their code inside them.
- ProblemSet Folder - This folder will store the questions from the problemset bank on codeforces just to practice.
- Ladder11 Folder - This folder is basically the first ladder for beginners, unrated users or users with Codeforces Rating < 1300. and will store generally 3 Level folders
- Level Folder - This folder will contain source of various problems with the particular difficulty level (Level - 1, 2, 3, 4, 5)
- .........to be continued
For beginners, unrated users or users with Codeforces Rating < 1300. Below stated are the questions discussed in ladder11 level-wise.
- Some codes are available in cpp language because Java code failed due to Time Limit Exceeded.
- Every .java file will contain some template code too (takeInput of array, print array, also shortmethod to avoid writing System.out.println(), etc).