Big O - MacKittipat/note-developer GitHub Wiki
Meaning
- How code slow as data growth
https://qph.fs.quoracdn.net/main-qimg-80147a148e3065372a89cc6f688a5ce3
Term
- O(1) : Constant time
- O(N) : Liner
- O(N^2) : Quadratic
Reference
- Big O: How Code Slows as Data Grows, https://www.youtube.com/watch?v=Ee0HzlnIYWQ
- Complete Beginner's Guide to Big O Notation, https://www.youtube.com/watch?v=kS_gr2_-ws8
- JavaScript Algorithms Crash Course - Learn Algorithms & "Big O" from the Ground Up!, https://www.youtube.com/watch?v=JgWm6sQwS_I