This repository contains my Codeforces practice solutions in Java, starting from 800-rated problems and continuing up to 1600-rated.
I am following the TLE Eliminator roadmap and solving 30+ problems per rating level to build strong fundamentals.
.
βββ .gitignore
βββ README.md
βββ 800_rated/
β βββ Problem1.java
β βββ Problem2.java
β βββ ...
βββ 900_rated/
β βββ ...
βββ 1000_rated/
β βββ ...
βββ ...
βββ 1600_rated/
- Each folder contains 30+ solved problems of that rating.
- File names can be either
ProblemName.javaorContestID_ProblemLetter.java.
- Language: Java 17+
- Compile & Run:
javac ProblemName.java
java ProblemName- Cover all problem ratings from 800 to 1600 (TLE Eliminator).
- Write clean and understandable solutions.
- Strengthen problem-solving skills step by step.
| Rating | Target Solved | Current | Status |
|---|---|---|---|
| 800 | 30+ | β | π |
| 900 | 30+ | β | π |
| 1000 | 30+ | β | π |
| 1100 | 30+ | β | π |
| 1200 | 30+ | β | π |
| 1300 | 30+ | β | π |
| 1400 | 30+ | β | π |
| 1500 | 30+ | β | π |
| 1600 | 30+ | β | π |
(Update as you solve more problems.)
I am following the TLE Eliminator problem list for a structured roadmap.
- Start with implementation & basic greedy at 800β1000.
- Gradually cover sorting, constructive algorithms, data structures up to 1600.
- Focus on consistency (2-3 problems/day).
- Codeforces Handle:
https://codeforces.com/profile/Tushar_cuzz - Email:
<tusharbehera053@gmail.com>
π₯ Letβs eliminate TLE and climb the rating ladder!