-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CheckiO, Codewars, HackerRank, Codility and Contributing instruct…
…ions
- Loading branch information
Mauricio Vieira
committed
May 28, 2015
0 parents
commit 1504877
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Contribution Guidelines | ||
|
||
Please ensure your [pull request](https://github.com/mauriciovieira/awesome-challenges/pulls) adheres to the following guidelines: | ||
|
||
- Make an individual pull request for each suggestion. | ||
- Chose corresponding section (Community or Company) for your suggestion. | ||
- Use the following format for commit message: `Add Website Name`. | ||
- List, after your addition, should be alphabetically. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Awesome Challenges | ||
|
||
A curated list of algorithmic challenges websites. | ||
|
||
- Communities | ||
- [CheckiO](http://www.checkio.org/) | ||
- [Codewars](http://www.codewars.com/) | ||
- [HackerRank](https://www.hackerrank.com/) | ||
|
||
- Companies | ||
- [Codility](https://codility.com/programmers/challenges/) | ||
|
||
|
||
## License | ||
|
||
Based on [bayadin/awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) repository. | ||
|
||
[![Creative Commons License](http://i.creativecommons.org/l/by/4.0/88x31.png)](http://creativecommons.org/licenses/by/4.0/) | ||
|
||
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). |