awesome-big-o

Big O reference

A curated collection of resources about Big O notation and its applications in software development

A curated list of awesome materials about Big O notation

GitHub

101 stars
11 watching
9 forks
last commit: over 3 years ago
Linked from 3 awesome lists


Awesome Big O / Cheat Sheets

Big-O Cheat Sheet
Visualization of Sorting Algorithms

Awesome Big O / Lecture Notes

MIT's Introduction to Computers & Programming
Khan Academy's Algorithms Course

Awesome Big O / Questions & Answers

Plain English explanation of Big O
What does O(log n) mean exactly?

Awesome Big O / Video Lectures

Algorithms: Design and Analysis, Part 1, Week 1: Asymptotic Analysis on Coursera by Tim Roughgarden

Awesome Big O / Language Specific

http://docs.scala-lang.org/overviews/collections/performance-characteristics.html [Scala Collections] ( )
https://wiki.python.org/moin/TimeComplexity [Python Collections] ( )
http://stackoverflow.com/a/2484455/472433 [List of Big-O for PHP functions] ( )

Backlinks from these awesome lists: