Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/allenvox/leetcode

LeetCode tasks solutions
https://github.com/allenvox/leetcode

arrays c cpp data-structures dynamic-programming leetcode leetcode-solutions

Last synced: about 2 months ago
JSON representation

LeetCode tasks solutions

Awesome Lists containing this project

README

        

# LeetCode tasks solutions
![GitHub last commit](https://img.shields.io/github/last-commit/allenvox/leetcode)


To build all tasks: `make`

To build & run all tasks: `make run`

To delete all executables: `make clean`

To build & run a certain task: `make %task%` where **`%task%`** is task's srcfile without file format

Example

For **2235. Add Two Integers** **`%task%`** for C-solution will be **`c/AddTwoIntegers`**