An open API service indexing awesome lists of open source software.

https://github.com/gangelo/big-o

Big-O Tests and Research
https://github.com/gangelo/big-o

Last synced: about 1 year ago
JSON representation

Big-O Tests and Research

Awesome Lists containing this project

README

          

# Big-O Notation

## Examples, Research and Resources.

### Examples

Run the following from the command line...

`$ ruby ./big_o.rb`

### Resources
|Resource|
|:----|
| [Big-O Notation Cheatsheet][cheat] |
| [Big-O Notation in Plain English][plain_english] |
| [Big-O Notation in 5 Minutes][five_minutes] |
| [Big-O Notation In-Depth][in_depth]|

[cheat]:
[plain_english]:
[five_minutes]:
[in_depth]: