From 9663417770389e0ecfb6afd8ce5b694170e0bc5c Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 26 Feb 2017 05:19:35 -0800 Subject: [PATCH] Add Design a web crawler image --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c518c58..3a6e77f 100644 --- a/README.md +++ b/README.md @@ -288,3 +288,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/twitter/README.md) ![Imgur](http://i.imgur.com/jrUBAF7.png) + +### Design a web crawler + +[View exercise and solution](https://github.com/donnemartin/system-design/blob/master/solutions/system_design/web_crawler/README.md) + +![Imgur](http://i.imgur.com/bWxPtQA.png)