- Overview
- Features
- Getting Started
- Usage
- Contributing
- License
- Contact
This repository is organized by contest and problem, providing solutions that demonstrate:
- Algorithms (Dynamic Programming, Graphs, Greedy, etc.)
- Data Structures
- Problem-solving patterns and techniques
It serves as a personal reference for learning, practice, and algorithmic study.
- Modern C++ solutions (C++17)
- Folder structure organized by contest and problem
- Focus on readable and efficient code
- Educational reference for practice and learning
-
Clone the repository:
git clone https://github.com/LucasZhang3/Codeforces.git
-
Navigate into the repository:
cd Codeforces -
Compile and run a C++ solution:
g++ solution.cpp -o solution ./solution
(replace
solution.cppwith the file you want to compile)
- Browse contests and problems in their respective folders
- Study solutions to understand algorithms and coding patterns
- Test and modify code for personal practice
Contributions are welcome:
- Fork the repository
- Add new solutions or improve existing ones
- Submit a pull request
Please maintain code quality and comment your solutions where appropriate.
This repository is open-source. Use and modify the code for educational purposes.
GitHub: https://github.com/LucasZhang3
