1
0
mirror of https://github.com/donnemartin/system-design-primer.git synced 2025-07-12 22:20:44 +02:00

Add Design a web crawler image

This commit is contained in:
Donne Martin
2017-02-26 05:19:35 -08:00
parent 5dcf504e81
commit 9663417770

View File

@ -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) [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) ![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)