This commit is contained in:
NaiJi ✨ 2024-04-21 22:28:31 +04:00
parent 98d51273d9
commit 60fd331394
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Important concepts
Big O is a way to categorize your algorithms time or memory requirements based on input.
- Growth is with respect to the input
- Constants are dropped
- Worst case is usually the way we measure