1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-13 18:24:39 +02:00

Merge pull request #1633 from Glutnix/asymptotic-notation-link

[asymptotic-notation/en] added link to Big-O Cheat Sheet
This commit is contained in:
ven
2016-03-11 09:36:52 +01:00

View File

@@ -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.