https://github.com/ahamez/leetcode
A collection of my solutions for some of the LeetCode problems.
https://github.com/ahamez/leetcode
Last synced: about 2 months ago
JSON representation
A collection of my solutions for some of the LeetCode problems.
- Host: GitHub
- URL: https://github.com/ahamez/leetcode
- Owner: ahamez
- License: mit
- Created: 2024-12-05T16:51:04.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-01-13T16:27:19.000Z (5 months ago)
- Last Synced: 2025-03-25T19:20:03.774Z (2 months ago)
- Language: C++
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode Problem Solutions
A collection of my solutions for the [LeetCode](https://leetcode.com) problems, implemented in C++20 and Elixir.
## Structure
Solutions are organized by problem number and include:
- Original problem link
- Code implementation
- Test cases## Running the Solutions
### C++20
- Requires a C++20 compatible compiler
- Build with CMake or directly compile individual files### Elixir
- Requires [Livebook](https://livebook.dev)## License
MIT License - feel free to use and modify the code