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.
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
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.
To get started with the course, clone this repository:
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!
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.
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!