"# CodeForces"
This repository contains my solutions for the Codeforces TLE Eliminators Sheet 📜. The goal is to optimize problem-solving techniques and avoid the dreaded TLE (Time Limit Exceeded) ⏳ error while competing in Codeforces contests.
📦 TLE-Eliminators-Sheet ┣ 📜 README.md (You're reading it now!) ┣ 📂 800 (Beginner-friendly problems) ┣ 📂 900 (Standard problem-solving) ┣ 📂 1000 (Advanced optimizations)
1️⃣ Clone the repository
git clone https://github.com/RishabhhMittall/CodeForces
cd TLE-Eliminators-Sheet2️⃣ Try solving problems before checking solutions! 🧠
🎯 Topics Covered ✅ Dynamic Programming (DP) ✅ Greedy Algorithms ✅ Graph Algorithms (DFS/BFS/Dijkstra) ✅ Binary Search & Two Pointers ✅ Mathematical Tricks & Number Theory ✅ Segment Trees & Fenwick Trees ✅ String Manipulation & Hashing
🤝 Contributing Want to contribute? Feel free to fork this repo, add improvements, and create a pull request! 🚀
⚡ Happy Coding & Say No to TLE! 🚀🔥