Merge pull request #10503 from RP99/fix/9655BigO
fix Big-o-notation from exponential time to polynomial time in videos/big-o-notation-a-few-examples
This commit is contained in:
@ -76,7 +76,7 @@
|
|||||||
],
|
],
|
||||||
"tests": [
|
"tests": [
|
||||||
[
|
[
|
||||||
"Algorithms expressed exponentially like O(N^2) can work well in certain situations, so you shouldn't avoid them completely.",
|
"Algorithms expressed exponentially like O(C^N), where C is a constant can work well in certain situations, so you shouldn't avoid them completely.",
|
||||||
false,
|
false,
|
||||||
"While they can work in certain small scale situations, they aren't good practice because they will not work larger scale."
|
"While they can work in certain small scale situations, they aren't good practice because they will not work larger scale."
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user