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
- Host: GitHub
- URL: https://github.com/dynstat/leetcode-in-py-and-cpp
- Owner: dynstat
- Created: 2024-02-29T00:47:55.000Z (over 2 years ago)
- Default Branch: leetcode-history
- Last Pushed: 2025-01-05T20:09:31.000Z (over 1 year ago)
- Last Synced: 2025-02-01T08:23:33.048Z (over 1 year ago)
- Language: Python
- Size: 14.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.