From 1276c8a9f9e6ff03a1360d70b307d7227c6e7544 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 7 Mar 2017 21:37:26 -0800 Subject: [PATCH] Add Anki flashcards section --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c0437be1..e60dc040 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,19 @@ Additional topics for interview prep: * [Object-oriented design interview questions, **with solutions**](#object-oriented-design-interview-questions-with-solutions) * [Additional system design interview questions](#additional-system-design-interview-questions) +## Anki flashcards + +

+ +
+

+ +The provided [Anki flashcard decks](https://apps.ankiweb.net/) use spaced repetition to help you retain key system design concepts. Great while on-the-go. + +* [System design deck](https://github.com/donnemartin/system-design-primer/blob/master/resources/flash_cards/System%20Design.apkg) +* [System design exercises deck](https://github.com/donnemartin/system-design-primer/blob/master/resources/flash_cards/System%20Design%20Exercises.apkg) +* [Object oriented design exercises deck](https://github.com/donnemartin/system-design-primer/blob/master/resources/flash_cards/OO%20Design.apkg) + ## Contributing > Learn from the community.