summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBrett Taylor <brett@webfroot.co.nz>2015-10-19 09:15:33 +1300
committerBrett Taylor <brett@webfroot.co.nz>2015-10-19 09:15:33 +1300
commit5cb7eba92135b3617b5247fddeb98a7e2585bca8 (patch)
treeb120f46200ad87efc0ae81d344459c720d96f41f
parentba5f3ebc112b52797a9a21fdbba1846885feac2c (diff)
[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.