Skip to content

Commit d12e5d1

Browse files
authored
Update README.md
1 parent c5b564d commit d12e5d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ More courses avilable [here](https://github.com/prakhar1989/awesome-courses#algo
167167
* [Randomized Algorithms](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-856j-randomized-algorithms-fall-2002/index.htm) on MIT OCW, taught by Karger (MIT) - Graduate level course, explores randomized algorithms which aren't often covered comprehensively in many introductory algorithms texts/courses. Requires solid background in linear algebra, probabilty theory, and statistics.
168168
* [Advanced Data Structures](http://courses.csail.mit.edu/6.851/spring12/lectures/) on MIT OCW, taught by Demaine (MIT) - Graduate level course, explores very advanced data structures and operations on them.
169169
* [Advanced Algorithms](http://people.seas.harvard.edu/~minilek/cs224/fall14/hmwk.html) taught by Nelson (Harvard) - Very challenging problem sets; lectures assume broad knowledge about algorithms.
170-
* [Introduction to Programming Contests](http://web.stanford.edu/class/cs97si/) taugth by Park (Stanford) - Good list of competitve programming algorithms and strategies for problem solving. Excellent resource for practice problems.
170+
* [Introduction to Programming Contests](http://web.stanford.edu/class/cs97si/) taught by Park (Stanford) - Good list of competitve programming algorithms and strategies for problem solving. Excellent resource for practice problems.
171171

172172
## Websites
173173
Websites that offer detailed explanations and complexity analyses for some of the above algorithims:
@@ -177,6 +177,8 @@ Websites that offer detailed explanations and complexity analyses for some of th
177177
* [E-maxx](http://e-maxx-eng.appspot.com) - Translated from [Russian](http://e-maxx.ru/algo/) to English, very good list of useful algorithms and impelmentations along with explanations; widely used within the competitive programming community.
178178
* [Algorithms Discussion](http://codeforces.com/blog/entry/13529) - Codeforces blog post containing diverse array of algorithms (including less common techniques) and links to explanations/implementations.
179179
* [500 Data Structures and Algorithms](https://techiedelight.quora.com/500-Data-Structures-and-Algorithms-practice-problems-and-their-solutions) - Collection of software engineering interview questions and solutions.
180+
* [Beehyve](https://www.beehyve.io) - Crowdsourced collection of algorithms and data structures and other topics in computer science as well as community discussions
181+
* [VisuAlgo](https://visualgo.net/en) - Great animations to help visiualize tricky algorithms and data structures
180182

181183

182184
## Online Judges

0 commit comments

Comments
 (0)