Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tangqi92/leetcode
LeetCode Algorithm
https://github.com/tangqi92/leetcode
algorithms leetcode
Last synced: about 1 month ago
JSON representation
LeetCode Algorithm
- Host: GitHub
- URL: https://github.com/tangqi92/leetcode
- Owner: tangqi92
- Created: 2015-10-25T14:31:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T11:41:43.000Z (about 9 years ago)
- Last Synced: 2023-03-03T02:46:14.071Z (almost 2 years ago)
- Topics: algorithms, leetcode
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode
### LeetCode Algorithm
(Notes: "♥" means you need buy a book from Leetcode)
| # | Title | Solution | Difficulty |
| ---- | ---------------------------------------- | ------------------------------------- | ---------- |
| 292 | [Nim Game](https://leetcode.com/problems/nim-game/) | [C](./algorithms/c/nimGame/nimGame.c) | Easy |
| 258 | [Add Digits](https://leetcode.com/problems/add-digits/) | [C](./algorithms/c/addDigits/addDigits.c) | Easy |