Skip to content

Commit cc0678b

Browse files
cclaussgithub-actionspoyea
authored
CONTRIBUTING.md Jupyter files belong in the Jupyter repo. (TheAlgorithms#3211)
* CONTRIBUTING.md Jupyter files belong in the Jupyter repo. * updating DIRECTORY.md * Update CONTRIBUTING.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: John Law <[email protected]>
1 parent a15901f commit cc0678b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ We want your work to be readable by others; therefore, we encourage you to note
147147
- Avoid importing external libraries for basic algorithms. Only use those libraries for complicated algorithms.
148148
- If you need a third party module that is not in the file __requirements.txt__, please add it to that file as part of your submission.
149149

150-
#### Other Standard While Submitting Your Work
150+
#### Other Requirements for Submissions
151151

152-
- File extension for code should be `.py`. Jupyter notebook files are acceptable in machine learning algorithms.
152+
- The file extension for code files should be `.py`. Jupyter Notebooks should be submitted to [TheAlgorithms/Jupyter](https://github.com/TheAlgorithms/Jupyter).
153153
- Strictly use snake_case (underscore_separated) in your file_name, as it will be easy to parse in future using scripts.
154154
- Please avoid creating new directories if at all possible. Try to fit your work into the existing directory structure.
155155
- If possible, follow the standard *within* the folder you are submitting to.

DIRECTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,8 @@
578578
* [Solution](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_18/solution.py)
579579
* Problem 19
580580
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_19/sol1.py)
581+
* Problem 191
582+
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_191/sol1.py)
581583
* Problem 20
582584
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_20/sol1.py)
583585
* [Sol2](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_20/sol2.py)
@@ -662,6 +664,8 @@
662664
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_63/sol1.py)
663665
* Problem 67
664666
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_67/sol1.py)
667+
* Problem 69
668+
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_69/sol1.py)
665669
* Problem 71
666670
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_71/sol1.py)
667671
* Problem 76

0 commit comments

Comments
 (0)