check cheatsheet

This commit is contained in:
Sadman Sobhan 2022-11-04 21:39:31 +06:00
parent 629c36fd0e
commit a93b5607ce
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ But don't forget to do coding problems from above while you learn!
- [x] TopCoder (includes recurrence relations and master theorem):
- [Computational Complexity: Section 1](https://www.topcoder.com/thrive/articles/Computational%20Complexity%20part%20one)
- [Computational Complexity: Section 2](https://www.topcoder.com/thrive/articles/Computational%20Complexity%20part%20two)
- [ ] [Cheat sheet](http://bigocheatsheet.com/)
- [x] [Cheat sheet](http://bigocheatsheet.com/)
- [ ] [[Review] Big-O notation in 5 minutes (video)](https://youtu.be/__vX2sjlpXU)
Well, that's about enough of that.