File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ Describe your change:
2
+
3
+
4
+ * [ ] Add a algorithm?
5
+ * [ ] Fix a bug or typo in an existing algorithm?
6
+ * [ ] Documentation change?
7
+
8
+ Checklist:
9
+ * [ ] I have read CONTRIBUTING.md.
10
+ * [ ] This pull request is all my own work -- I have not plagerized.
11
+ * [ ] I know that pull request will not be merged if they the automated tests.
12
+ * [ ] All new Python files are placed inside an existing directory.
13
+ * [ ] All files 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 have a URL that points to Wikipedia or other similar explaination.
You can’t perform that action at this time.
0 commit comments