Home

Awesome

Big O Reference: bigoref.com

Big O Reference is a static site that summarize the complexities of common algorithms and data structures.

Motivation

If you know this project you probably know this one too BigOCheatSheet. The problem is it doesn't include the whole source for the site and many contributions can't be done (like adding CSS for printing). Besides that it hasn't been very active in the last year despite the fact that has 31 open PRs.

Of course all my content here come from that site or Wikipedia. Sometimes these complexities are open to debate because depend on how the algorithm is implemented.

Features

In the future

## Contributions If you want to contribute please create an issue or a PR and I'll try to reply soon. The project is just static HTML/CSS/JS so everyone can just download the files and start modifying them.

git clone git@github.com:josem/bigoref.git

Credits

The main motivation and inspiration to create this project is ericdrowell and this is just an attempt to keep his project alive.

I have used:

##License MIT License