An open API service indexing awesome lists of open source software.

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 🔋

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!