Skip to content

Commit 85264ed

Browse files
authored
Create CONTRIBUTING.md
1 parent c3fb8a6 commit 85264ed

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Contribution
2+
* Contributions are always welcome. Language doesn't matter. Just make sure you're implementing an algorithm.
3+
* PRs are welcome. To begin developing, follow the structure:
4+
5+
> algorithm_name/language-name/file_name.extension
6+
e.g
7+
> bubble_sort/python/bubble_sort.py
8+
9+
* If there is an implementation of the same algorithm in your language, add your username in front of the file name.
10+
* Please include a description for the algorithm that you are implementing. It doesn't matter if it's copied from somewhere as long as it helps people that are learning new algorithm.
11+
* Graphical examples would be very helpful too.
12+
* Don't forget to include tests.
13+
* Don't remove previous implementations of algorithms. Just add a new file with your own implementation.
14+
* Beautify and cleanup your code for easier reading.

0 commit comments

Comments
 (0)