You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/algorithms.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1038,17 +1038,17 @@ Examples:
1038
1038
1039
1039
##### Intractable problems
1040
1040
1041
-
The term_[infeasible](https://en.wiktionary.org/wiki/infeasible "wikt:infeasible")_(literally "cannot be done") is sometimes used interchangeably with_[intractable](https://en.wiktionary.org/wiki/intractable "wikt:intractable")_
1041
+
The term_[infeasible](https://en.wiktionary.org/wiki/infeasible "wikt:infeasible")_(literally "cannot be done") is sometimes used interchangeably with_[intractable](https://en.wiktionary.org/wiki/intractable "wikt:intractable")_
1042
1042
1043
-
- $> O(k^n)$ where $k \in R$
1043
+
- Itractable problems are $> O(k^n)$ where $k \in R$
1044
1044
- Including $n!$
1045
1045
- Anything exponential or greater
1046
1046
- Factorial is asymptotically treated as exponential from [Stirling's formula](http://www.sosmath.com/calculus/sequence/stirling/stirling.html)
0 commit comments