Skip to content

Commit 5689d25

Browse files
authored
Create fix
1 parent 6e24935 commit 5689d25

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

fix

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
fix
2+
Describe your change:
3+
Add an algorithm?
4+
Fix a bug or typo in an existing algorithm?
5+
Add or change doctests? -- Note: Please avoid changing both code and tests in a single pull request.
6+
Documentation change?
7+
Checklist:
8+
I have read CONTRIBUTING.md.
9+
This pull request is all my own work -- I have not plagiarized.
10+
I know that pull requests will not be merged if they fail the automated tests.
11+
This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
12+
All new Python files are placed inside an existing directory.
13+
All filenames are in all lowercase characters with no spaces or dashes.
14+
All functions and variable names follow Python naming conventions.
15+
All function parameters and return values are annotated with Python type hints.
16+
All functions have doctests that pass the automated testing.
17+
All new algorithms include at least one URL that points to Wikipedia or another similar explanation.
18+
If this pull request resolves one or more open issues then the description above includes the issue number(s) with a closing keyword: "Fixes #ISSUE-NUMBER".

0 commit comments

Comments
 (0)