Skip to content

Commit 8d767fe

Browse files
committed
Readme update
1 parent be0c275 commit 8d767fe

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
1-
# 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)
31

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.)
2+
# [LeetCode](https://leetcode.com/problemset/algorithms/) ![Language](https://img.shields.io/badge/language-Python-orange.svg) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) ![Progress](https://img.shields.io/badge/progress-1%20%2F%20N-ff69b4.svg)
3+
4+
Success is like pregnancy, Everybody congratulates you but nobody knows how many times you were screwed to achieve it.
105

116
## Algorithms
127

13-
* [Linked List](https://github.com/kamyu104/LeetCode#linked-list)
8+
* [Linked List](https://github.com/yuzhoujr/LeetCode#linked-list)
149

1510

1611
## Linked List
1712
| # | Title | Solution | Time | Space | Difficulty |Tag| Note|
1813
|-----|-------| -------- | ---- | ------|------------|---|-----|
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|
14+
|234|[Palindrome Linked List](https://github.com/yuzhoujr/LeetCode/blob/master/linkedlist/palindrome.py) | [Python](./Python/add-two-numbers.py) | _O(n)_| _O(1)_ | Easy |CC189| Two Pointers|

0 commit comments

Comments
 (0)