File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 517
517
* [ Perfect Number] ( https://github.com/TheAlgorithms/Python/blob/master/maths/perfect_number.py )
518
518
* [ Perfect Square] ( https://github.com/TheAlgorithms/Python/blob/master/maths/perfect_square.py )
519
519
* [ Pi Monte Carlo Estimation] ( https://github.com/TheAlgorithms/Python/blob/master/maths/pi_monte_carlo_estimation.py )
520
+ * [ Pollard Rho] ( https://github.com/TheAlgorithms/Python/blob/master/maths/pollard_rho.py )
520
521
* [ Polynomial Evaluation] ( https://github.com/TheAlgorithms/Python/blob/master/maths/polynomial_evaluation.py )
521
522
* [ Power Using Recursion] ( https://github.com/TheAlgorithms/Python/blob/master/maths/power_using_recursion.py )
522
523
* [ Prime Check] ( https://github.com/TheAlgorithms/Python/blob/master/maths/prime_check.py )
539
540
* [ Geometric Series] ( https://github.com/TheAlgorithms/Python/blob/master/maths/series/geometric_series.py )
540
541
* [ Harmonic] ( https://github.com/TheAlgorithms/Python/blob/master/maths/series/harmonic.py )
541
542
* [ Harmonic Series] ( https://github.com/TheAlgorithms/Python/blob/master/maths/series/harmonic_series.py )
543
+ * [ Hexagonal Numbers] ( https://github.com/TheAlgorithms/Python/blob/master/maths/series/hexagonal_numbers.py )
542
544
* [ P Series] ( https://github.com/TheAlgorithms/Python/blob/master/maths/series/p_series.py )
543
545
* [ Sieve Of Eratosthenes] ( https://github.com/TheAlgorithms/Python/blob/master/maths/sieve_of_eratosthenes.py )
544
546
* [ Sigmoid] ( https://github.com/TheAlgorithms/Python/blob/master/maths/sigmoid.py )
584
586
## Other
585
587
* [ Activity Selection] ( https://github.com/TheAlgorithms/Python/blob/master/other/activity_selection.py )
586
588
* [ Check Strong Password] ( https://github.com/TheAlgorithms/Python/blob/master/other/check_strong_password.py )
587
- * [ Date To Weekday] ( https://github.com/TheAlgorithms/Python/blob/master/other/date_to_weekday.py )
588
589
* [ Davisb Putnamb Logemannb Loveland] ( https://github.com/TheAlgorithms/Python/blob/master/other/davisb_putnamb_logemannb_loveland.py )
589
590
* [ Dijkstra Bankers Algorithm] ( https://github.com/TheAlgorithms/Python/blob/master/other/dijkstra_bankers_algorithm.py )
590
591
* [ Doomsday] ( https://github.com/TheAlgorithms/Python/blob/master/other/doomsday.py )
You can’t perform that action at this time.
0 commit comments