Skip to content

Commit 77e1496

Browse files
author
Meto Trajkovski
committed
Added 3 new courses
1 parent a1d8550 commit 77e1496

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ Collection of free courses from one of the best CS universities.
116116
- [Introduction to Programming Contests - CS 97SI](http://web.stanford.edu/class/cs97si/)
117117

118118
2. Princeton University
119-
- [Algorithms Part 1 - Coursera](https://www.coursera.org/learn/algorithms-part1)
120-
- [Algorithms Part 2 - Coursera](https://www.coursera.org/learn/algorithms-part2)
119+
- [Algorithms Part 1 (Coursera)](https://www.coursera.org/learn/algorithms-part1)
120+
- [Algorithms Part 2 (Coursera)](https://www.coursera.org/learn/algorithms-part2)
121+
- [Analysis of Algorithms (Coursera)](https://www.coursera.org/learn/analysis-of-algorithms)
121122

122123
3. UC San Diego
123124
- [Data Structures and Algorithms Specialization (Coursera)](https://www.coursera.org/specializations/data-structures-algorithms)
@@ -126,10 +127,12 @@ Collection of free courses from one of the best CS universities.
126127
* [Algorithms on Graphs](https://www.coursera.org/learn/algorithms-on-graphs)
127128
* [Algorithms on Strings](https://www.coursera.org/learn/algorithms-on-strings)
128129
* [Advanced Algorithms and Complexity](https://www.coursera.org/learn/advanced-algorithms-and-complexity)
130+
- [Data Structures and Performance (Coursera)](https://www.coursera.org/learn/data-structures-optimizing-performance)
129131
- [edX](https://www.edx.org/school/uc-san-diegox)
130132
* [Data Structures Fundamentals](https://www.edx.org/course/data-structures-fundamentals)
131133
* [Algorithmic Design and Techniques](https://www.edx.org/course/algorithmic-design-and-techniques)
132134
* [Graph Algorithms](https://www.edx.org/course/graph-algorithms)
135+
* [Data Structures: An Active Learning Approach](https://www.edx.org/course/data-structures-an-active-learning-approach)
133136

134137
4. MIT University
135138
- [Introduction to algorithms 2005](https://www.youtube.com/playlist?list=PL8B24C31197EC371C) - *[Official MIT page with resources](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005/)*. Note: this course is the old 6.046J course (the new name is ***Design and analysis of algorithms***, you can find it below).

0 commit comments

Comments
 (0)