|
| 1 | +<!---Logo---> |
1 | 2 | # Leetcode
|
2 | 3 |
|
3 | | -<h1 align="center"> |
4 | | - <br> |
5 | | - <a href="http://yuzhoujr.com"><img src="http://yuzhoujr.com/image/logo.jpg" alt="yuzhoujr" width="200"></a> |
6 | 4 |
|
| 5 | +<!---Logo---> |
| 6 | +<h1 align="center"> |
| 7 | + <br><a href="http://yuzhoujr.com"><img src="http://yuzhoujr.com/image/logo.jpg" alt="yuzhoujr" width="200"></a> |
7 | 8 | </h1>
|
8 | 9 |
|
| 10 | +<!---Mentra---> |
| 11 | +<h4 align="center"> |
| 12 | + Success is like pregnancy, everybody congratulates you but nobody knows how many times you were screwed to achieve it. |
| 13 | +</h4> |
9 | 14 |
|
10 | | -<h4 align="center">Success is like pregnancy, everybody congratulates you but nobody knows how many times you were screwed to achieve it.</h4> |
11 | | - |
12 | | - |
| 15 | +<!---svg---> |
13 | 16 | <p align="center">
|
14 | | - <a> |
15 | | - <img src="https://img.shields.io/badge/language-Python-orange.svg" alt="language"> |
16 | | - </a> |
17 | | - <a> |
18 | | - <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license"> |
19 | | - </a> |
20 | | - <a> |
21 | | - <img src="https://img.shields.io/badge/progress-1%20%2F%20N-ff69b4.svg" alt="progress"> |
22 | | - </a> |
23 | | - |
| 17 | + <a> |
| 18 | + <img src="https://img.shields.io/badge/language-Python-orange.svg" alt="language"> |
| 19 | + </a> |
| 20 | + <a> |
| 21 | + <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license"> |
| 22 | + </a> |
| 23 | + <a> |
| 24 | + <img src="https://img.shields.io/badge/progress-1%20%2F%20N-ff69b4.svg" alt="progress"> |
| 25 | + </a> |
24 | 26 | </p>
|
25 | | - |
26 | 27 | <br>
|
27 | 28 |
|
28 | 29 |
|
29 | | -## Algorithms |
| 30 | +<!---Content---> |
| 31 | +## Index |
30 | 32 |
|
31 | 33 | * [Linked List](https://github.com/yuzhoujr/LeetCode#linked-list)
|
32 | 34 |
|
|
0 commit comments