You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ We are delighted that you are considering implementing algorithms and data struc
15
15
- Your work will be distributed under [MIT License](LICENSE.md) once your pull request is merged.
16
16
- Your submitted work fulfills or mostly fulfills our styles and standards.
17
17
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.
19
19
20
20
__Improving comments__ and __writing proper tests__ are also highly welcome.
0 commit comments