Skip to content

Commit 8d865ea

Browse files
committed
😄update my solutions
1 parent 82d35bb commit 8d865ea

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<p align="center"><img width="300" src="https://raw.githubusercontent.com/Ma63d/leetcode-spider/master/img/site-logo.png"></p>
2+
<p align="center">
3+
<img src="https://img.shields.io/badge/Solved/Total(Locked)-14/573(107)-green.svg?style=flat-square" alt="">
4+
<img src="https://img.shields.io/badge/Hard-0-blue.svg?style=flat-square" alt="">
5+
<img src="https://img.shields.io/badge/Medium-5-blue.svg?style=flat-square" alt="">
6+
<img src="https://img.shields.io/badge/Easy-9-blue.svg?style=flat-square" alt="">
7+
</p>
8+
<h3 align="center">My leetcode solutions</h3>
9+
10+
<p align="center">
11+
<b>Language: javascript python python3 c++ c</b>
12+
<br>
13+
<b>Last updated: 2017-07-28</b>
14+
<br><br>
15+
</p>
16+
<!--请保留下面这行信息,让更多用户了解到这个小爬虫,衷心感谢您的支持-->
17+
<p align="center">The source code is fetched using the tool <a href="https://github.com/Ma63d/leetcode-spider">leetcode-spider</a>.</p>
18+
19+
| # | Problems | Solutions | Difficulty | Acceptance | Paid-Only
20+
|:--:|:-----:|:---------:|:----:|:----:|:----:|
21+
|001|[two-sum](https://leetcode.com/problems/two-sum/)| [python](.&#x2F;solutions&#x2F;001.two-sum&#x2F;two-sum.py)|Easy|34.13%||
22+
|002|[add-two-numbers](https://leetcode.com/problems/add-two-numbers/)| [c](.&#x2F;solutions&#x2F;002.add-two-numbers&#x2F;add-two-numbers.c)|Medium|27.64%||
23+
|003|[longest-substring-without-repeating-characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/)| [javascript](.&#x2F;solutions&#x2F;003.longest-substring-without-repeating-characters&#x2F;longest-substring-without-repeating-characters.js)|Medium|24.27%||
24+
|007|[reverse-integer](https://leetcode.com/problems/reverse-integer/)| [c](.&#x2F;solutions&#x2F;007.reverse-integer&#x2F;reverse-integer.c)|Easy|24.32%||
25+
|009|[palindrome-number](https://leetcode.com/problems/palindrome-number/)| [python](.&#x2F;solutions&#x2F;009.palindrome-number&#x2F;palindrome-number.py)|Easy|35.20%||
26+
|013|[roman-to-integer](https://leetcode.com/problems/roman-to-integer/)| [python](.&#x2F;solutions&#x2F;013.roman-to-integer&#x2F;roman-to-integer.py)|Easy|45.52%||
27+
|014|[longest-common-prefix](https://leetcode.com/problems/longest-common-prefix/)| [c++](.&#x2F;solutions&#x2F;014.longest-common-prefix&#x2F;longest-common-prefix.cpp)|Easy|31.44%||
28+
|019|[remove-nth-node-from-end-of-list](https://leetcode.com/problems/remove-nth-node-from-end-of-list/)| [c](.&#x2F;solutions&#x2F;019.remove-nth-node-from-end-of-list&#x2F;remove-nth-node-from-end-of-list.c)|Medium|33.34%||
29+
|026|[remove-duplicates-from-sorted-array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/)| [c](.&#x2F;solutions&#x2F;026.remove-duplicates-from-sorted-array&#x2F;remove-duplicates-from-sorted-array.c)|Easy|35.50%||
30+
|027|[remove-element](https://leetcode.com/problems/remove-element/)| [c++](.&#x2F;solutions&#x2F;027.remove-element&#x2F;remove-element.cpp)|Easy|38.84%||
31+
|028|[implement-strstr](https://leetcode.com/problems/implement-strstr/)| [c++](.&#x2F;solutions&#x2F;028.implement-strstr&#x2F;implement-strstr.cpp)|Easy|27.97%||
32+
|035|[search-insert-position](https://leetcode.com/problems/search-insert-position/)| [c](.&#x2F;solutions&#x2F;035.search-insert-position&#x2F;search-insert-position.c)|Easy|39.66%||
33+
|056|[merge-intervals](https://leetcode.com/problems/merge-intervals/)| [javascript](.&#x2F;solutions&#x2F;056.merge-intervals&#x2F;merge-intervals.js)|Medium|29.89%||
34+
|061|[rotate-list](https://leetcode.com/problems/rotate-list/)| [c](.&#x2F;solutions&#x2F;061.rotate-list&#x2F;rotate-list.c)|Medium|24.34%||
35+

release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
lc-spider -c config.json
22
npm run generate
3-
rm -f README.md
43
cp ./solutions/README.md ./
54
git add .
65
git commit -m ":smile:update my solutions"

0 commit comments

Comments
 (0)