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
- Host: GitHub
- URL: https://github.com/gangelo/big-o
- Owner: gangelo
- Created: 2018-01-11T16:16:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T09:06:28.000Z (over 3 years ago)
- Last Synced: 2025-02-05T12:25:30.506Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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]: