From a0e9c7121c61da32e9e187bf5238536427069ad4 Mon Sep 17 00:00:00 2001 From: huylenq Date: Sat, 29 Jan 2022 09:25:27 +0700 Subject: [PATCH] Another VI update --- README-vi.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README-vi.md b/README-vi.md index 90bd3144..8aa624fb 100644 --- a/README-vi.md +++ b/README-vi.md @@ -422,21 +422,41 @@ Check out the following links to get a better idea of what to expect: | Design a system that scales to millions of users on AWS | [Solution](solutions/system_design/scaling_aws/README.md) | | Add a system design question | [Contribute](#contributing) | + +| Câu hỏi | | +|---|---| +| Thiết kế Pastebin.com (or Bit.ly) | [Lời giải](solutions/system_design/pastebin/README.md) | +| Thiết kế Twitter timeline và tìm kiếm (or Facebook feed and tìm kiếm) | [Lời giải](solutions/system_design/twitter/README.md) | +| Thiết kế một web crawler | [Lời giải](solutions/system_design/web_crawler/README.md) | +| Thiết kế Mint.com | [Lời giải](solutions/system_design/mint/README.md) | +| Thiết kế the data structures for a social network | [Lời giải](solutions/system_design/social_graph/README.md) | +| Thiết kế a key-value store for a tìm kiếm engine | [Lời giải](solutions/system_design/query_cache/README.md) | +| Thiết kế Amazon's sales ranking by category feature | [Lời giải](solutions/system_design/sales_rank/README.md) | +| Thiết kế a system that scales to millions of users on AWS | [Lời giải](solutions/system_design/scaling_aws/README.md) | +| Add a system design question | [Contribute](#contributing) | + + ### Design Pastebin.com (or Bit.ly) +### Thiết kế Pastebin.com (hoặc Bit.ly) [View exercise and solution](solutions/system_design/pastebin/README.md) +[Xem bài tập và lời giải](solutions/system_design/pastebin/README.md) ![Imgur](images/4edXG0T.png) ### Design the Twitter timeline and search (or Facebook feed and search) +### Thiết kế Twitter timeline và tìm kiếm (hoặc Facebook feed và tìm kiếm) [View exercise and solution](solutions/system_design/twitter/README.md) +[Xem bài tập và lời giải](solutions/system_design/twitter/README.md) ![Imgur](images/jrUBAF7.png) ### Design a web crawler +### Thiết kế một web crawler [View exercise and solution](solutions/system_design/web_crawler/README.md) +[](solutions/system_design/web_crawler/README.md) ![Imgur](images/bWxPtQA.png)