-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
784503c
commit b147e7f
Showing
23 changed files
with
83 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# 系统设计面试:内幕指南 | ||
|
||
原书:《System Design Interview: An Insider’s Guide》 | ||
|
||
作者:Alex Xu | ||
|
||
## 目录 | ||
|
||
- [前言](/insider/FORWARD) | ||
|
||
- [第一章:从零扩展到百万用户](/insider/CHAPTER-1-SCALE-FROM-ZERO-TO-MILLIONS-OF-USERS) | ||
|
||
- [第二章:粗略估算](/insider/CHAPTER-2-BACK-OF-THE-ENVELOPE-ESTIMATION) | ||
|
||
- [第三章:系统设计面试的框架](/insider/CHAPTER-3-A-FRAMEWORK-FOR-SYSTEM-DESIGN-INTERVIEWS) | ||
|
||
- [第四章:设计一个限流器](/insider/CHAPTER-4-DESIGN-A-RATE-LIMITER) | ||
|
||
- [第五章:设计一致性哈希](/insider/CHAPTER-5-DESIGN-CONSISTENT-HASHING) | ||
|
||
- [第六章:设计一个键值存储](/insider/CHAPTER-6-DESIGN-A-KEY-VALUE-STORE) | ||
|
||
- [第七章:设计一个分布式系统中的唯一 ID 生成器](/insider/CHAPTER-7-DESIGN-A-UNIQUE-ID-GENERATOR-IN-DISTRIBUTED-SYSTEMS) | ||
|
||
- [第八章:设计一个 URL 缩短服务](/insider/CHAPTER-8-DESIGN-A-URL-SHORTENER) | ||
|
||
- [第九章:设计一个网页爬虫](/insider/CHAPTER-9-DESIGN-A-WEB-CRAWLER) | ||
|
||
- [第十章:设计一个通知系统](/insider/CHAPTER-10-DESIGN-A-NOTIFICATION-SYSTEM) | ||
|
||
- [第十一章:设计一个新闻订阅系统](/insider/CHAPTER-11-DESIGN-A-NEWS-FEED-SYSTEM) | ||
|
||
- [第十二章:设计一个聊天系统](/insider/CHAPTER-12-DESIGN-A-CHAT-SYSTEM) | ||
|
||
- [第十三章:设计一个搜索自动补全系统](/insider/CHAPTER-13-DESIGN-A-SEARCH-AUTOCOMPLETE-SYSTEM) | ||
|
||
- [第十四章:设计 YouTube](/insider/CHAPTER-14-DESIGN-YOUTUBE) | ||
|
||
- [第十五章:设计 Google Drive](/insider/CHAPTER-15-DESIGN-GOOGLE-DRIVE) | ||
|
||
- [第十六章:持续学习](/insider/CHAPTER-16-THE-LEARNING-CONTINUES) | ||
|
||
- [后记](/insider/AFTERWORD) |
This file was deleted.
Oops, something went wrong.