summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2016-03-11 09:36:52 +0100
committerven <vendethiel@hotmail.fr>2016-03-11 09:36:52 +0100
commitab5e8b0a95c1adea2cef6ff813b134a555756adc (patch)
treed4704478fb77b5b4a948b9a4259fa2af75cf9325
parentc3b91734661cf62f8310b74e10c053177d640564 (diff)
parent5cb7eba92135b3617b5247fddeb98a7e2585bca8 (diff)
Merge pull request #1633 from Glutnix/asymptotic-notation-link
[asymptotic-notation/en] added link to Big-O Cheat Sheet
-rw-r--r--asymptotic-notation.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/asymptotic-notation.html.markdown b/asymptotic-notation.html.markdown
index a516737e..4167ba8d 100644
--- a/asymptotic-notation.html.markdown
+++ b/asymptotic-notation.html.markdown
@@ -137,3 +137,4 @@ code examples soon.
* [MIT](http://web.mit.edu/16.070/www/lecture/big_o.pdf)
* [KhanAcademy](https://www.khanacademy.org/computing/computer-science/algorithms/asymptotic-notation/a/asymptotic-notation)
+* [Big-O Cheatsheet](http://bigocheatsheet.com/) - common structures, operations, and algorithms, ranked by complexity.