Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.