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 db3aee9 commit 524a101
Show file tree
Hide file tree
Showing 8 changed files with 310 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ leetcode 题解,记录自己的 leecode 解题之路。
## 食用指南

- 经典题目的解析的目录部分,前面有🆕的代表是最新更新的
- 对于最近更新的部分, 前面会有 🖊 标注
- 将来会在这里更新anki卡片
- 这里有一份leetcode官方账号在知乎上给出的一个《互联网公司最常见的面试算法题有哪些?》的答案,我这里尽量去覆盖回答中的题目和知识点
原文地址: https://www.zhihu.com/question/24964987/answer/586425979
Expand Down Expand Up @@ -111,8 +112,8 @@ leetcode 题解,记录自己的 leecode 解题之路。

### 数据结构与算法的总结

- [basic-data-structure](./thinkings/basic-data-structure.md)(草稿)
- [binary-tree-traversal](./thinkings/binary-tree-traversal.md)
- 🖊 [basic-data-structure](./thinkings/basic-data-structure.md)(草稿)
- 🖊 [binary-tree-traversal](./thinkings/binary-tree-traversal.md)
- [dynamic-programming](./thinkings/dynamic-programming.md)
- [哈夫曼编码和游程编码](./thinkings/run-length-encode-and-huffman-encode.md)
- [布隆过滤器](./thinkings/bloom-filter.md)
Expand Down
214 changes: 214 additions & 0 deletions assets/thinkings/basic-data-structure-link-list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions assets/thinkings/basic-data-structure-queue.svg
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/thinkings/basic-data-structure-stack.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/thinkings/binary-tree-traversal-bfs.gif
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/thinkings/binary-tree-traversal-dfs.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 524a101

Please sign in to comment.