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
- Host: GitHub
- URL: https://github.com/hydraharish123/cpp-problems
- Owner: hydraharish123
- Created: 2024-07-22T21:13:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T12:37:12.000Z (over 1 year ago)
- Last Synced: 2025-02-05T05:29:08.408Z (over 1 year ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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