From 8bd3afe557f0a95588a795812400da408aae350e Mon Sep 17 00:00:00 2001 From: Max Sun Date: Wed, 18 Oct 2017 18:36:08 -0700 Subject: [PATCH] Added introduction to algorithms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e92a285..6585481 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ But knowing the stuff will help you become better! :muscle:* - [Big O Cheatsheet](http://bigocheatsheet.com/) - :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio) - [Algorithms Visualization](http://www.cs.usfca.edu/~galles/visualization/Algorithms.html) +- :book: [Introduction to Algorithms](https://mitpress.mit.edu/books/introduction-algorithms) ### Data Structures - :movie_camera: [UC Berkeley, Data Structures Course](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd)