From 8da90210947e382ead7b06e80f50fe76230c1da0 Mon Sep 17 00:00:00 2001 From: Ismail Cherri Date: Tue, 10 Aug 2021 23:16:11 +0200 Subject: [PATCH] Remove unavailable System design exercise The `indieflashblog.com` website no longer exist and the link leads to amazon deals --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 78417ca..8915a90 100644 --- a/README.md +++ b/README.md @@ -1246,7 +1246,6 @@ Graphs can be used to represent many problems in computer science, so this secti - Consider bottlenecks and determine solutions - Exercises: - [Design a random unique ID generation system](https://blog.twitter.com/2010/announcing-snowflake) - - [Design an online multiplayer card game](http://www.indieflashblog.com/how-to-create-an-asynchronous-multiplayer-game.html) - [Design a key-value database](http://www.slideshare.net/dvirsky/introduction-to-redis) - [Design a picture sharing system](http://highscalability.com/blog/2011/12/6/instagram-architecture-14-million-users-terabytes-of-photos.html) - [Design a recommendation system](http://ijcai13.org/files/tutorial_slides/td3.pdf)