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

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.

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