Another VI update

pull/553/head
huylenq 2021-12-14 22:21:18 +07:00
parent bfe5bc2771
commit a0d7d7044a
1 changed files with 18 additions and 0 deletions

View File

@ -448,12 +448,18 @@ Check out the following links to get a better idea of what to expect:
![Imgur](images/jj3A5N8.png)
## Object-oriented design interview questions with solutions
## Các câu hỏi về thiết kế hướng đối với bài giải
> Common object-oriented design interview questions with sample discussions, code, and diagrams.
>
> Solutions linked to content in the `solutions/` folder.
> Các câu hỏi phỏng vấn phổ biến về thiết kế hướng đối tượng với các thảo luận mẫu, code, và biểu đồ.
>
> Bài giải với các nội dung liên kết nằm trong thư mục `solutions/`
>**Note: This section is under development**
>**Chú thích: Phần này vẫn đang được phát triển**
| Question | |
|---|---|
@ -466,6 +472,18 @@ Check out the following links to get a better idea of what to expect:
| Design a circular array | [Contribute](#contributing) |
| Add an object-oriented design question | [Contribute](#contributing) |
| Câu hỏi | |
|---|---|
| Thiết kế một hash map | [Solution](solutions/object_oriented_design/hash_table/hash_map.ipynb) |
| Thiết kế một LRU cache | [Solution](solutions/object_oriented_design/lru_cache/lru_cache.ipynb) |
| Thiết kế một tổng đài | [Solution](solutions/object_oriented_design/call_center/call_center.ipynb) |
| Thiết kế một bộ bài | [Solution](solutions/object_oriented_design/deck_of_cards/deck_of_cards.ipynb) |
| Thiết kế một bãi đổ xe | [Solution](solutions/object_oriented_design/parking_lot/parking_lot.ipynb) |
| Thiết kế một server cho chat | [Solution](solutions/object_oriented_design/online_chat/online_chat.ipynb) |
| Thiết kế một mảng vòng | [Contribute](#contributing) |
| Bổ sung một câu hỏi về thiết kế hướng đối tượng | [Contribute](#contributing) |
## System design topics: start here
New to system design?