|
473 | 473 | * [Binary Exponentiation 2](https://github.com/TheAlgorithms/Python/blob/master/other/binary_exponentiation_2.py)
|
474 | 474 | * [Detecting English Programmatically](https://github.com/TheAlgorithms/Python/blob/master/other/detecting_english_programmatically.py)
|
475 | 475 | * [Dijkstra Bankers Algorithm](https://github.com/TheAlgorithms/Python/blob/master/other/dijkstra_bankers_algorithm.py)
|
| 476 | + * [Doomsday](https://github.com/TheAlgorithms/Python/blob/master/other/doomsday.py) |
476 | 477 | * [Euclidean Gcd](https://github.com/TheAlgorithms/Python/blob/master/other/euclidean_gcd.py)
|
477 | 478 | * [Fischer Yates Shuffle](https://github.com/TheAlgorithms/Python/blob/master/other/fischer_yates_shuffle.py)
|
478 | 479 | * [Frequency Finder](https://github.com/TheAlgorithms/Python/blob/master/other/frequency_finder.py)
|
|
487 | 488 | * [Lru Cache](https://github.com/TheAlgorithms/Python/blob/master/other/lru_cache.py)
|
488 | 489 | * [Magicdiamondpattern](https://github.com/TheAlgorithms/Python/blob/master/other/magicdiamondpattern.py)
|
489 | 490 | * [Markov Chain](https://github.com/TheAlgorithms/Python/blob/master/other/markov_chain.py)
|
| 491 | + * [Max Sum Sliding Window](https://github.com/TheAlgorithms/Python/blob/master/other/max_sum_sliding_window.py) |
490 | 492 | * [Nested Brackets](https://github.com/TheAlgorithms/Python/blob/master/other/nested_brackets.py)
|
491 | 493 | * [Palindrome](https://github.com/TheAlgorithms/Python/blob/master/other/palindrome.py)
|
492 | 494 | * [Password Generator](https://github.com/TheAlgorithms/Python/blob/master/other/password_generator.py)
|
|
529 | 531 | * [Sol2](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_06/sol2.py)
|
530 | 532 | * [Sol3](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_06/sol3.py)
|
531 | 533 | * [Sol4](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_06/sol4.py)
|
532 |
| - * [Test Solutions](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_06/test_solutions.py) |
533 | 534 | * Problem 07
|
534 | 535 | * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_07/sol1.py)
|
535 | 536 | * [Sol2](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_07/sol2.py)
|
|
595 | 596 | * Problem 26
|
596 | 597 | * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_26/sol1.py)
|
597 | 598 | * Problem 27
|
598 |
| - * [Problem 27 Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_27/problem_27_sol1.py) |
| 599 | + * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_27/sol1.py) |
599 | 600 | * Problem 28
|
600 | 601 | * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_28/sol1.py)
|
601 | 602 | * Problem 29
|
602 |
| - * [Solution](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_29/solution.py) |
| 603 | + * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_29/sol1.py) |
603 | 604 | * Problem 30
|
604 | 605 | * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_30/sol1.py)
|
605 | 606 | * Problem 31
|
|
656 | 657 | * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_63/sol1.py)
|
657 | 658 | * Problem 67
|
658 | 659 | * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_67/sol1.py)
|
| 660 | + * Problem 71 |
| 661 | + * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_71/sol1.py) |
659 | 662 | * Problem 76
|
660 | 663 | * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_76/sol1.py)
|
661 | 664 | * Problem 97
|
|
0 commit comments