diff --git a/src/data/roadmaps/computer-science/content/103-asymptotic-notation/103-common-runtimes/index.md b/src/data/roadmaps/computer-science/content/103-asymptotic-notation/103-common-runtimes/index.md index 5427123d8..0ba08c2c0 100644 --- a/src/data/roadmaps/computer-science/content/103-asymptotic-notation/103-common-runtimes/index.md +++ b/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: