Skip to content

Tusharkanta407/Codeforces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Codeforces Solutions (Java) – TLE Eliminator

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.


πŸ“‚ Repository Structure

.
β”œβ”€β”€ .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.java or ContestID_ProblemLetter.java.

πŸ› οΈ Language & Setup

  • Language: Java 17+
  • Compile & Run:
javac ProblemName.java
java ProblemName

🎯 Goals

  • Cover all problem ratings from 800 to 1600 (TLE Eliminator).
  • Write clean and understandable solutions.
  • Strengthen problem-solving skills step by step.

βœ… Progress Tracker

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.)


🧠 Practice Path

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).

πŸ“¬ Contact

  • Codeforces Handle: https://codeforces.com/profile/Tushar_cuzz
  • Email: <tusharbehera053@gmail.com>

πŸ”₯ Let’s eliminate TLE and climb the rating ladder!

About

This repository contains my Codeforces problem-solving journey in Java. I am following the TLE Eliminator roadmap, consistently solving 30+ problems per rating level from 800 to 1600. The goal is to improve speed, accuracy, and competitive programming skills step by step

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages