You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,8 @@
1
1
Algos in Python
2
2
======
3
3
4
-
Implementation for the algorithms and datastructures taught in Coursera course -
5
-
[Design and Analysis of Algorithms](https://www.coursera.org/course/algo), in Python
6
-
7
-
This repo contains code from both the classes 1 & 2 and is under progress.
8
-
Code contains accompanying test code - doctests for few and full unittests for others
4
+
Implementation for the algorithms and datastructures taught in [CS161](http://openclassroom.stanford.edu/MainFolder/CoursePage.php?course=IntroToAlgorithms), in Python
5
+
Includes test code - doctests for few and full unittests for others
0 commit comments