Fix Polynomial Time Complexity (#4836)

pull/4855/head
Mahyar 1 year ago committed by GitHub
parent 90df308751
commit 5b03601aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/roadmaps/computer-science/content/103-asymptotic-notation/103-common-runtimes/index.md

@ -10,7 +10,7 @@ Given below is the list of common algorithmic runtimes. The runtimes are listed
- O(n^3) - Cubic
- O(2^n) - Exponential
- O(n!) - Factorial
- O(n^n) - Polynomial
- O(n^k) - Polynomial
Visit the following resources to learn more:

Loading…
Cancel
Save