Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/allenvox/leetcode
- Owner: allenvox
- Created: 2023-05-16T12:48:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T05:31:52.000Z (6 months ago)
- Last Synced: 2024-07-26T13:19:08.085Z (6 months ago)
- Topics: arrays, c, cpp, data-structures, dynamic-programming, leetcode, leetcode-solutions
- Language: C++
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 formatExample
For **2235. Add Two Integers** **`%task%`** for C-solution will be **`c/AddTwoIntegers`**