Skip to content

Commit 26b6e3b

Browse files
authored
Merge pull request jwasham#602 from justaaguy/master
Fixes Broken link to Steven Skiena Lecture slides
2 parents 61c279b + 54fa1e9 commit 26b6e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ Write code on a whiteboard or paper, not a computer. Test with some sample input
484484
- [ ] [Big O Notation (and Omega and Theta) - best mathematical explanation (video)](https://www.youtube.com/watch?v=ei-A_wy5Yxw&index=2&list=PL1BaGV1cIH4UhkL8a9bJGG356covJ76qN)
485485
- [ ] Skiena:
486486
- [video](https://www.youtube.com/watch?v=gSyDMtdPNpU&index=2&list=PLOtl7M3yp-DV69F32zdK7YJcNXpTunF2b)
487-
- [slides](http://www3.cs.stonybrook.edu/~algorith/video-lectures/2007/lecture2.pdf)
487+
- [slides](https://archive.org/details/lecture2_202008)
488488
- [ ] [A Gentle Introduction to Algorithm Complexity Analysis](http://discrete.gr/complexity/)
489489
- [ ] [Orders of Growth (video)](https://www.coursera.org/lecture/algorithmic-thinking-1/orders-of-growth-6PKkX)
490490
- [ ] [Asymptotics (video)](https://www.coursera.org/lecture/algorithmic-thinking-1/asymptotics-bXAtM)

0 commit comments

Comments
 (0)