mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-17 14:41:52 +02:00
Fix Polynomial Time Complexity (#4836)
This commit is contained in:
@@ -10,7 +10,7 @@ Given below is the list of common algorithmic runtimes. The runtimes are listed
|
|||||||
- O(n^3) - Cubic
|
- O(n^3) - Cubic
|
||||||
- O(2^n) - Exponential
|
- O(2^n) - Exponential
|
||||||
- O(n!) - Factorial
|
- O(n!) - Factorial
|
||||||
- O(n^n) - Polynomial
|
- O(n^k) - Polynomial
|
||||||
|
|
||||||
Visit the following resources to learn more:
|
Visit the following resources to learn more:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user