Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tangqi92/leetcode

LeetCode Algorithm
https://github.com/tangqi92/leetcode

algorithms leetcode

Last synced: about 1 month ago
JSON representation

LeetCode Algorithm

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 |