https://github.com/remonhasan/cp-level-one
TLE eliminators cp course level one solution 🔋
https://github.com/remonhasan/cp-level-one
cpp-basic number-theory online-judges searching-sorting stl time-complexity
Last synced: about 1 month ago
JSON representation
TLE eliminators cp course level one solution 🔋
- Host: GitHub
- URL: https://github.com/remonhasan/cp-level-one
- Owner: Remonhasan
- License: mpl-2.0
- Created: 2024-06-29T08:46:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T03:47:00.000Z (10 months ago)
- Last Synced: 2025-03-25T15:50:07.294Z (about 2 months ago)
- Topics: cpp-basic, number-theory, online-judges, searching-sorting, stl, time-complexity
- Language: C++
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TLE Eliminator: Competitive Programming Level One Course
Welcome to the TLE Eliminator Level One Course repository! This repository contains the materials for a comprehensive competitive programming course spanning Week 1 to Week 9.
Each week includes problem sets and solutions to help you master competitive programming concepts.## Course Structure
The course is structured into weekly modules, each focusing on different topics and problem-solving strategies. Below is an overview of what you can expect from each week:
- **Week 1:** C++ Basics 1
- **Week 2:** C++ Basics 2 + Online Judge Introduction
- **Week 3:** Time and Space Complexity
- **Week 4:** Problem Solving (General)
- **Week 5:** Number Theory
- **Week 6:** Searching and Sorting
- **Week 7:** C++ STL 1
- **Week 8:** C++ STL 2
- **Week 9:** C++ STL 3## Solve-by Folders
In the `solve_by` folder, you will find solutions organized by week. Each week's folder contains solutions to the respective week's problem sets. This structure will help you navigate through the course content efficiently.
## Getting Started
To get started with the course, clone this repository:
```bash
git clone https://github.com/Remonhasan/cp-level-one.git
```Navigate to each week's folder (`week1`, `week2`, ..., `week9`) to access the problem statements and their solutions. Feel free to explore, learn, and improve your competitive programming skills!
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please create an issue or submit a pull request. Your feedback helps us make this course better for everyone.
## License
This repository is licensed under the MIT License. See the LICENSE file for more information.
---
Feel free to customize this template as per your specific course details and preferences. Good luck with your competitive programming journey!