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

https://github.com/hydraharish123/cpp-problems

This repository contains all leetcode and codeforces problems that I have solved
https://github.com/hydraharish123/cpp-problems

cpp

Last synced: over 1 year ago
JSON representation

This repository contains all leetcode and codeforces problems that I have solved

Awesome Lists containing this project

README

          

# Problem Solutions Repository

Welcome to my repository! Here, I maintain solutions to problems I have solved on **LeetCode** and **Codeforces**. These solutions are written in C++ and organized for easy reference.

## Repository Structure

The repository is organized into two main platforms:
- **LeetCode**: Contains solutions to problems solved on LeetCode.
- **Codeforces**: Contains solutions to problems solved on Codeforces.

Each file is named after the problem or has a reference to the problem ID for easier identification.

---

## Table of Contents

### LeetCode Problems
| Problem Name | Solution File | Difficulty |
|---------------------------------------|-----------------------------------------|------------|
| Swim in Rising Water | [swim_in_rising_water.cpp](https://leetcode.com/problems/swim-in-rising-water/) | Hard |
| | | |

### Codeforces Problems
| Problem Name | Solution File | Contest ID |
|---------------------------------------|-----------------------------------------|------------|
| Football | [Problem - Football.cpp](https://codeforces.com/problemset/problem/96/A) | 96A |
| | | |

---

## How to Navigate

1. Clone this repository:
```bash
git clone https://github.com/hydraharish123/CPP-problems.git