Skip to content

Commit 755ee3a

Browse files
fpringlegithub-actions
authored andcommitted
Add solution for Project Euler problem 102 (TheAlgorithms#4051)
* Added solution for Project Euler problem 102 * Got rid of map functions * Snake case variable names * Type hints * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 3db9ef8 commit 755ee3a

File tree

5 files changed

+1088
-1
lines changed

5 files changed

+1088
-1
lines changed

Diff for: DIRECTORY.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
* [Molecular Chemistry](https://github.com/TheAlgorithms/Python/blob/master/conversions/molecular_chemistry.py)
107107
* [Octal To Decimal](https://github.com/TheAlgorithms/Python/blob/master/conversions/octal_to_decimal.py)
108108
* [Prefix Conversions](https://github.com/TheAlgorithms/Python/blob/master/conversions/prefix_conversions.py)
109-
* [Roman To Integer](https://github.com/TheAlgorithms/Python/blob/master/conversions/roman_to_integer.py)
109+
* [Roman Numerals](https://github.com/TheAlgorithms/Python/blob/master/conversions/roman_numerals.py)
110110
* [Temperature Conversions](https://github.com/TheAlgorithms/Python/blob/master/conversions/temperature_conversions.py)
111111
* [Weight Conversion](https://github.com/TheAlgorithms/Python/blob/master/conversions/weight_conversion.py)
112112

@@ -746,6 +746,8 @@
746746
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_099/sol1.py)
747747
* Problem 101
748748
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_101/sol1.py)
749+
* Problem 102
750+
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_102/sol1.py)
749751
* Problem 112
750752
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_112/sol1.py)
751753
* Problem 113
@@ -760,6 +762,8 @@
760762
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_125/sol1.py)
761763
* Problem 129
762764
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_129/sol1.py)
765+
* Problem 135
766+
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_135/sol1.py)
763767
* Problem 173
764768
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_173/sol1.py)
765769
* Problem 174

Diff for: project_euler/problem_102/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)