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
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