diff options
author | Brett Taylor <brett@webfroot.co.nz> | 2015-10-19 09:15:33 +1300 |
---|---|---|
committer | Brett Taylor <brett@webfroot.co.nz> | 2015-10-19 09:15:33 +1300 |
commit | 5cb7eba92135b3617b5247fddeb98a7e2585bca8 (patch) | |
tree | b120f46200ad87efc0ae81d344459c720d96f41f /asymptotic-notation.html.markdown | |
parent | ba5f3ebc112b52797a9a21fdbba1846885feac2c (diff) |
[asymptotic-notation/en] added link to Big-O Cheat Sheet
Diffstat (limited to 'asymptotic-notation.html.markdown')
-rw-r--r-- | asymptotic-notation.html.markdown | 1 |
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. |