From ebbdd913f721e21e5085e6dde4a91f98bab7b65f Mon Sep 17 00:00:00 2001 From: Bojan Skrchevski Date: Sun, 18 Dec 2022 13:08:32 +0100 Subject: [PATCH] re --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 247ce5cd..b8db6fdc 100644 --- a/README.md +++ b/README.md @@ -39,21 +39,6 @@ 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. - -* [System design deck](https://github.com/donnemartin/system-design-primer/tree/master/resources/flash_cards/System%20Design.apkg) -* [System design exercises deck](https://github.com/donnemartin/system-design-primer/tree/master/resources/flash_cards/System%20Design%20Exercises.apkg) -* [Object oriented design exercises deck](https://github.com/donnemartin/system-design-primer/tree/master/resources/flash_cards/OO%20Design.apkg) - -Great for use while on-the-go. - ### Coding Resource: Interactive Coding Challenges Looking for resources to help you prep for the [**Coding Interview**](https://github.com/donnemartin/interactive-coding-challenges)?