Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize application of color css classes #55

Merged
merged 2 commits into from
Mar 16, 2015
Merged

Standardize application of color css classes #55

merged 2 commits into from
Mar 16, 2015

Conversation

jhamon
Copy link
Contributor

@jhamon jhamon commented Nov 27, 2013

Assuming colors are intended to help with us quickly compare different algorithms or data structures, it seems like the color styling--though subjective--should be applied consistently within each column. For example, mergesort and quicksort both have a worst-case O(n) running time, so they should have the same color styling applied. I have fixed several small inconsistencies like this.

I think it would be better overall if there were more css classes for each complexity class (something like progressively darker shades for constant, linear, log-linear, quadratic, etc) so that styling was less subjective, but you haven't made the stylesheet available in this repo.

ericdrowell added a commit that referenced this pull request Mar 16, 2015
Standardize application of color css classes
@ericdrowell ericdrowell merged commit ef8c518 into ericdrowell:master Mar 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants