Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nouranhaitham/competitve_programming_reference
A collection of competitive programming templates and C++ solutions for number theory, graph algorithms, and various challenges.
https://github.com/nouranhaitham/competitve_programming_reference
algorithms codeforces competitive-programming cplusplus data-structures number-theory solutions
Last synced: about 1 month ago
JSON representation
A collection of competitive programming templates and C++ solutions for number theory, graph algorithms, and various challenges.
- Host: GitHub
- URL: https://github.com/nouranhaitham/competitve_programming_reference
- Owner: NouranHaitham
- Created: 2024-07-14T12:34:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T20:56:04.000Z (about 2 months ago)
- Last Synced: 2024-09-29T12:23:01.791Z (about 2 months ago)
- Topics: algorithms, codeforces, competitive-programming, cplusplus, data-structures, number-theory, solutions
- Language: C++
- Homepage:
- Size: 4.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Competitve_Programming_Reference π»β¨
Welcome to the Competitive Programming Templates & Solutions repo! π
## **Whatβs Inside?** π
### **1. Templates** π
- **Number Theory**: Handy templates for tackling number theory problems with ease.
- **Graph Algorithms**: Essential graph algorithms templates to help you solve graph-based challenges quickly.### **2. Solutions** π
- A collection of C++ files with solutions to various competitive programming questions. These solutions cover a range of problems and can serve as both practice and reference.## **Getting Started** π
1. **Clone the Repository**:
```bash
git clone https://github.com/yourusername/competitive-programming.git
```
2. Navigate to the Repo Directory:
```bash
cd competitive-programming
```### How to Contribute π€
- *Add New Templates*: If you have a useful template, feel free to add it!
- *Share Solutions*: Contribute solutions to more problems to help others.
- *Improve Documentation*: Help us make the README and other docs better.