Skip to content

Commit 857c01f

Browse files
authored
Update CONTRIBUTING.md
Clarified sentence about welcome new implementations vs identical implementations at lines 18-19.
1 parent 4ce1185 commit 857c01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We are delighted that you are considering implementing algorithms and data struc
1515
- Your work will be distributed under [MIT License](LICENSE.md) once your pull request is merged.
1616
- Your submitted work fulfills or mostly fulfills our styles and standards.
1717

18-
__New implementation__ is welcome! For example, new solutions for a problem, different representations for a graph data structure or algorithm designs with different complexity, but __identical implementation__ of an existing implementation is not allowed. Please check whether the solution is already implemented or not before submitting your pull request.
18+
__New implementation__ is welcome! For example, we welcome new solutions for a problem, different representations for a graph data structure or algorithm designs with different complexity. However, __identical implementation__ of an existing implementation is not allowed. Please check whether the solution is already implemented or not before submitting your pull request.
1919

2020
__Improving comments__ and __writing proper tests__ are also highly welcome.
2121

0 commit comments

Comments
 (0)