-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Implemented counting sort #173
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
Implemented counting sort #173
Conversation
Thanks for contributing. |
Sure thing. I tried doing that the past couple of times, but it looks as though 15+ files are changed after I run gulp even though I didn't touch them. Am I supposed to commit all of those modified files every time I make a change? |
Never mind, this may not be your fault. |
@parkjs814 https://libraries.io/npm/javascript-gulp-precommit |
@duaraghav8 Actually gulp should build after we merge the pull request, not before pushing it. |
@parkjs814 We could use travis. |
@TornjV Isn't travis only for the deployment to server? |
@TornjV might be on to something: https://gist.github.com/domenic/ec8b0fc8ab45f39403dd |
@parkjs814, so for future commits, should I run gulp before pushing, or just push files that I explicitly changed? |
@jarettgross, |
Implemented counting sort algorithm, placed it under "Sorting"