Merge pull request #562 from renanreismartins/fix-cdn-article

fix cdn article
This commit is contained in:
John Washam
2020-07-10 09:08:55 -07:00
committed by GitHub

View File

@ -1215,7 +1215,7 @@ Graphs can be used to represent many problems in computer science, so this secti
- rough overview of any key algorithm that drives the service - rough overview of any key algorithm that drives the service
- consider bottlenecks and determine solutions - consider bottlenecks and determine solutions
- Exercises: - Exercises:
- [Design a CDN network: old article](http://repository.cmu.edu/cgi/viewcontent.cgi?article=2112&context=compsci) - [Design a CDN network: old article](https://kilthub.cmu.edu/articles/Globally_distributed_content_delivery/6605972)
- [Design a random unique ID generation system](https://blog.twitter.com/2010/announcing-snowflake) - [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 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 key-value database](http://www.slideshare.net/dvirsky/introduction-to-redis)