Resolved #9655:Big-o-notation...

This commit is contained in:
Rohit Pai
2016-09-07 17:08:26 +05:30
parent f57a7e3b10
commit 072b80babc

View File

@ -76,7 +76,7 @@
],
"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,
"While they can work in certain small scale situations, they aren't good practice because they will not work larger scale."
],