From 70cd43cf0bc19f9b32b5c9eccb55748897a3bc44 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 26 Feb 2017 05:20:43 -0800 Subject: [PATCH] Add Design the data structures for a social network image --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2926e42a..3fb2d705 100644 --- a/README.md +++ b/README.md @@ -300,3 +300,9 @@ Check out the following links to get a better idea of what to expect: [View exercise and solution](https://github.com/donnemartin/system-design/blob/master/solutions/system_design/mint/README.md) ![Imgur](http://i.imgur.com/V5q57vU.png) + +### Design the data structures for a social network + +[View exercise and solution](https://github.com/donnemartin/system-design/blob/master/solutions/system_design/social_graph/README.md) + +![Imgur](http://i.imgur.com/cdCv5g7.png)