Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
labuladong committed Mar 7, 2020
2 parents 7fdc6cf + 8e1220f commit 289f52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 数据结构系列/设计Twitter.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public List<Integer> getNewsFeed(int userId) {

我们解决的问题应该只能算 Timeline Service 模块的一小部分,功能越多,系统的复杂性可能是指数级增长的。所以说合理的顶层设计十分重要,其作用是远超某一个算法的。

最后,Github 上有一个优秀的开源项目,专门收集了很多大型系统设计的案例和解析,而且有中文版本,上面这个图也出自该项目。对系统设计感兴趣的读者可以点击「阅读原文」查看
最后,Github 上有一个优秀的开源项目叫 [system-design-primer](https://github.com/donnemartin/system-design-primer),专门收集了很多大型系统设计的案例和解析,而且有中文版本,上面这个图也出自该项目。对系统设计感兴趣的读者可以点击链接查看

PS:本文前两张图片和 GIF 是我第一次尝试用平板的绘图软件制作的,花了很多时间,尤其是 GIF 图,需要一帧一帧制作。如果本文内容对你有帮助,点个赞分个享,鼓励一下我呗!

Expand All @@ -281,4 +281,4 @@ PS:本文前两张图片和 GIF 是我第一次尝试用平板的绘图软件

[下一篇:递归反转链表的一部分](../数据结构系列/递归反转链表的一部分.md)

[目录](../README.md#目录)
[目录](../README.md#目录)

0 comments on commit 289f52e

Please sign in to comment.