Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okulbilisim/awesome-big-o
A curated list of awesome materials about Big O notation
https://github.com/okulbilisim/awesome-big-o
List: awesome-big-o
Last synced: 3 months ago
JSON representation
A curated list of awesome materials about Big O notation
- Host: GitHub
- URL: https://github.com/okulbilisim/awesome-big-o
- Owner: okulbilisim
- Created: 2015-09-21T23:29:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T08:36:16.000Z (over 3 years ago)
- Last Synced: 2024-05-19T20:05:46.304Z (8 months ago)
- Size: 139 KB
- Stars: 99
- Watchers: 11
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-awesomeness - Big O Notation
- fucking-lists - awesome-big-o
- awesomelist - awesome-big-o
- more-awesome - Algorithms: Big O Notation - Materials about Big O notation. (To Sort)
- collection - awesome-big-o
- lists - awesome-big-o
- awesome-awesomeness - Big O Notation
README
# Awesome Big O
A curated list of materials about Big O notation.## Cheat Sheets
- [Big-O Cheat Sheet](http://bigocheatsheet.com)
- [Visualization of Sorting Algorithms](http://www.sorting-algorithms.com/)## Lecture Notes
- [MIT's Introduction to Computers & Programming](http://web.mit.edu/16.070/www/lecture/big_o.pdf)
- [Khan Academy's Algorithms Course](https://www.khanacademy.org/computing/computer-science/algorithms/asymptotic-notation/a/big-o-notation)## Questions & Answers
- [Plain English explanation of Big O](http://stackoverflow.com/a/487278/472433)
- [What does O(log n) mean exactly?](http://stackoverflow.com/a/2307314/472433)## Video Lectures
- [Algorithms: Design and Analysis, Part 1, Week 1: Asymptotic Analysis](https://class.coursera.org/algo-004/lecture/169) on Coursera by Tim Roughgarden## Language Specific
- [Scala Collections] (http://docs.scala-lang.org/overviews/collections/performance-characteristics.html)
- [Python Collections] (https://wiki.python.org/moin/TimeComplexity)
- [List of Big-O for PHP functions] (http://stackoverflow.com/a/2484455/472433)