This commit is contained in:
kthalum 2023-03-10 15:12:09 -05:00
parent 58164334e0
commit 1f6f47d866
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ But don't forget to do coding problems from above while you learn!
- There are a lot of videos here. Just watch enough until you understand it. You can always come back and review.
- Don't worry if you don't understand all the math behind it.
- You just need to understand how to express the complexity of an algorithm in terms of Big-O.
- [ X][harvard cs50 - asymptotic notation (video)](https://www.youtube.com/watch?v=iOq5kSKqeR4)
- [X][harvard cs50 - asymptotic notation (video)](https://www.youtube.com/watch?v=iOq5kSKqeR4)
- [x] [Big O Notations (general quick tutorial) (video)](https://www.youtube.com/watch?v=V6mKVRU1evU)
- [x] [Big O Notation (and Omega and Theta) - best mathematical explanation (video)](https://www.youtube.com/watch?v=ei-A_wy5Yxw&index=2&list=PL1BaGV1cIH4UhkL8a9bJGG356covJ76qN)
- [x] [Skiena (video)](https://www.youtube.com/watch?v=z1mkCe3kVUA)