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

https://github.com/dynstat/leetcode-in-py-and-cpp


https://github.com/dynstat/leetcode-in-py-and-cpp

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Coding Problems Repository

This repository contains solutions to various coding problems from platforms like LeetCode. The solutions are implemented in Python and C++.

## Structure

- `leetcode/`: Contains solutions to LeetCode problems.

## Running Solutions

### Python
```bash
python leetcode/.py
```

### C++
```bash
g++ -o solution leetcode/.cpp
./solution
```

## Contributing
Feel free to contribute by adding new solutions or improving existing ones.