system-design-primer/docs/en/reminder.md

61 lines
1.6 KiB
Markdown

## System design interview solutions reminder Page
The questions list can be found at [Practice solutions](./practice.md)
Don't start here, you should
1) first read the question and try to solve
2) See solutions
3) After you worked on the exercises, and you want to brief the final solution as a quick reminder
### Design Text snippet sharer (e.g. GitHub Gist, Pastebin.com)
[View exercise and solution](../solutions/system_design/pastebin/README.md)
![Imgur](../../images/4edXG0T.png)
### Design the Twitter timeline and search (or Facebook feed and search)
[View exercise and solution](../solutions/system_design/twitter/README.md)
![Imgur](../../images/jrUBAF7.png)
### Design a web crawler
[View exercise and solution](../solutions/system_design/web_crawler/README.md)
![Imgur](../../images/bWxPtQA.png)
### Design personal budget tracking app (Mint.com)
[View exercise and solution](../solutions/system_design/mint/README.md)
![Imgur](../../images/V5q57vU.png)
### Design the data structures for a social network
[View exercise and solution](../solutions/system_design/social_graph/README.md)
![Imgur](../../images/cdCv5g7.png)
### Design a key-value store for a search engine
[View exercise and solution](../solutions/system_design/query_cache/README.md)
![Imgur](../../images/4j99mhe.png)
### Design Amazon's sales ranking by category feature
[View exercise and solution](../solutions/system_design/sales_rank/README.md)
![Imgur](../../images/MzExP06.png)
### Design a system that scales to millions of users on AWS
[View exercise and solution](../solutions/system_design/scaling_aws/README.md)
![Imgur](../../images/jj3A5N8.png)