solutions/The Last Algorithms Course .../1. Big O Time Complexity.md

9 lines
225 B
Markdown
Raw Normal View History

2024-04-21 14:28:31 -04:00
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