File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 319
319
* [ Sieve Of Eratosthenes] ( https://github.com/TheAlgorithms/Python/blob/master/maths/sieve_of_eratosthenes.py )
320
320
* [ Simpson Rule] ( https://github.com/TheAlgorithms/Python/blob/master/maths/simpson_rule.py )
321
321
* [ Softmax] ( https://github.com/TheAlgorithms/Python/blob/master/maths/softmax.py )
322
+ * [ Square Root] ( https://github.com/TheAlgorithms/Python/blob/master/maths/square_root.py )
322
323
* [ Sum Of Arithmetic Series] ( https://github.com/TheAlgorithms/Python/blob/master/maths/sum_of_arithmetic_series.py )
323
324
* [ Test Prime Check] ( https://github.com/TheAlgorithms/Python/blob/master/maths/test_prime_check.py )
324
325
* [ Trapezoidal Rule] ( https://github.com/TheAlgorithms/Python/blob/master/maths/trapezoidal_rule.py )
469
470
* [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_28/sol1.py )
470
471
* Problem 29
471
472
* [ Solution] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_29/solution.py )
473
+ * Problem 30
474
+ * [ Soln] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_30/soln.py )
472
475
* Problem 31
473
476
* [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_31/sol1.py )
474
477
* Problem 32
You can’t perform that action at this time.
0 commit comments