Factorial Growth O(n!)
01
The Basics
Key Concept
The Slowest Speed Possible
- O(n!) is known as Factorial Growth.
- It represents the speed of checking every single possible combination.
- This is the slowest common speed in programming.
- Think of it as the 'ultimate brute force' approach.
1 / 7
