Add README System Design Primer mention

This commit is contained in:
Donne Martin 2017-04-01 04:12:00 -04:00
parent da3895cae5
commit 99710adce1

View File

@ -44,6 +44,24 @@ The provided [Anki flashcard deck](https://apps.ankiweb.net/) uses spaced repeti
Great for use while on-the-go.
### Design Resource: The System Design Primer
Looking for resources to help you prep for the **System Design** and **Object-Oriented Design interviews**?
<p align="center">
<img src="http://i.imgur.com/zdCAkB3.png">
<br/>
</p>
Check out the sister repo [The System Design Primer](https://github.com/donnemartin/system-design-primer), which contains additional Anki decks:
* [System design deck](resources/flash_cards/System%20Design.apkg)
* [System design exercises deck](resources/flash_cards/System%20Design%20Exercises.apkg)
* [Object oriented design exercises deck](resources/flash_cards/OO%20Design.apkg)
<br/>
![](https://camo.githubusercontent.com/e45e39c36eebcc4c66e1aecd4e4145112d8e88e3/687474703a2f2f692e696d6775722e636f6d2f6a6a3341354e382e706e67)
## Notebook Structure
Each challenge has two notebooks, a **challenge notebook** for you to solve and a **solution notebook** for reference.