Skip to content

Commit

Permalink
Improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
josem committed Oct 12, 2014
1 parent f4cd7d1 commit c7391b4
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions readme.md
@@ -1,8 +1,8 @@
# Big O Reference: [bigoref.com](http://bigoref.com)
Big O Reference is a static site that summarize the complexities of common algorithms and data structures.
Big O Reference is a static site that summarizes the complexities of common algorithms and data structures.

## Motivation
If you know this project you probably know this one too [BigOCheatSheet](https://github.com/ericdrowell/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.
If you know this project you probably know [BigOCheatSheet](https://github.com/ericdrowell/BigOCheatSheet) too. 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.

Expand All @@ -18,14 +18,10 @@ Of course all my content here come from that site or Wikipedia. Sometimes these
## 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.

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

## Credits
The main motivation and inspiration to create this project is [ericdrowell](https://github.com/ericdrowell) and all the contributors of the original project.
All credits should go to [Eric Drowell](https://github.com/ericdrowell) for [BigOCheatSheet](https://github.com/ericdrowell/BigOCheatSheet) and all the contributors that helped him.

This is just an attempt to keep the project alive and hopefully improve it.
This is just an attempt to keep that project alive and hopefully improve it.

I have used:
* [jQuery](http://jquery.com/)
Expand Down

0 comments on commit c7391b4

Please sign in to comment.