Best of YouTube videos and links on Big O notation
Hope these videos help. Remember to check your textbooks as well! You may also want to read chapter 14 of Big Java Late Objects (Horstmann) and chapter 15 of Java Illuminated (Anderson and Franceschi).- https://youtu.be/__vX2sjlpXU 5 minutes introduction
- https://youtu.be/aj59L-_7V70 another introduction, part 1/3; with C++ examples (cout << is similar to print)
- https://youtu.be/5kBP1Kmye10 another introduction, part 2/3
- https://youtu.be/5AxcXHPB3GE part 3/3 of another introduction, relevant mostly to Higher Level students as it involves recursion
- https://youtu.be/6TsmsGn-N0E you may ignore references to omega and theta, which are outside the scope of our IB DP Computer Science course.
- https://youtu.be/V6mKVRU1evU with examples in Java
- https://www.bigocheatsheet.com/
- https://bigocheatsheet.io/
- https://www.geeksforgeeks.org/analysis-algorithms-big-o-analysis/
- https://www.freecodecamp.org/news/big-o-notation-why-it-matters-and-why-it-doesnt
No comments:
Post a Comment