Skip to content

Commit be0c275

Browse files
committed
Readme update
1 parent 027cfc7 commit be0c275

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11
# LeetCode
2+
# [LeetCode](https://leetcode.com/problemset/algorithms/) ![Language](https://img.shields.io/badge/language-Python%20%2F%20C++%2011-orange.svg) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) ![Progress](https://img.shields.io/badge/progress-468%20%2F%20468-ff69b4.svg)
3+
4+
Up to date (2016-12-18), there are `447` Algorithms / `13` Database / `4` Shell / `4` Draft questions on [LeetCode Online Judge](https://leetcode.com/).
5+
The number of questions is increasing recently.
6+
Here is the classification of all `468` questions.
7+
For more questions and solutions, you can see my [LintCode](https://github.com/kamyu104/LintCode) repository.
8+
I'll keep updating for full summary and better solutions. Stay tuned for updates.
9+
(Notes: "📖" means you need to subscribe to [LeetCode premium membership](https://leetcode.com/subscribe/) for the access to premium questions.)
10+
11+
## Algorithms
12+
13+
* [Linked List](https://github.com/kamyu104/LeetCode#linked-list)
14+
15+
16+
## Linked List
17+
| # | Title | Solution | Time | Space | Difficulty |Tag| Note|
18+
|-----|-------| -------- | ---- | ------|------------|---|-----|
19+
|2|[Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) | [C++](./C++/add-two-numbers.cpp) [Python](./Python/add-two-numbers.py) | _O(n)_| _O(1)_ | Medium | lala| lala|

0 commit comments

Comments
 (0)