Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luzhipeng committed Apr 12, 2019
1 parent 277ee54 commit 0d9bdad
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 介绍

![leetcode.jpeg](./assets/leetcode.jpeg)

leetcode 题解,记录自己的 leecode 解题之路。

本仓库目前分为四个部分:
Expand All @@ -14,6 +16,26 @@ leetcode 题解,记录自己的 leecode 解题之路。

> 只有熟练掌握基础的数据结构与算法,才能对复杂问题迎刃有余

## 精彩预告


301. remove-invalid-parentheses:

![remove-invalid-parentheses](./assets/problems/301.remove-invalid-parentheses.png)

浏览器中的栈:

![basic-data-structure-call-stack](./assets/thinkings/basic-data-structure-call-stack.png)

huffman 树:

![dynamic-programming-3](./assets/thinkings/dynamic-programming-3.png)

875. koko-eating-bananas:

![koko-eating-bananas](./assets/problems/koko-eating-bananas.png)

## 传送门

### leetcode 经典题目的解析
Expand Down
Binary file added assets/leetcode.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/problems/11.container-with-most-water.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/problems/koko-eating-bananas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d9bdad

Please sign in to comment.