https://github.com/arondight/leetcode
C solutions of LeetCode problems
https://github.com/arondight/leetcode
c leetcode leetcode-c leetcode-solutions
Last synced: 3 months ago
JSON representation
C solutions of LeetCode problems
- Host: GitHub
- URL: https://github.com/arondight/leetcode
- Owner: Arondight
- License: mit
- Created: 2021-12-02T16:00:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T13:40:03.000Z (over 3 years ago)
- Last Synced: 2025-06-11T18:15:59.985Z (5 months ago)
- Topics: c, leetcode, leetcode-c, leetcode-solutions
- Language: C
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leetcode
## ABOUT
C solutions of LeetCode problems.
## USAGE
```
git clone https://github.com/Arondight/leetcode.git
cd ./leetcode/
make check
```
## LICENSE
[MIT License](LICENSE).