mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-11-23 07:30:33 -05:00
| .. | ||
| .gitignore | ||
| 001-multiples_of_3_and_5.py | ||
| 002-even_fib_num.py | ||
| 003-largest_prime_factor.py | ||
| 004-larg_palindrome.py | ||
| 005-smallest_multiple.py | ||
| 006-sum_square_diff.py | ||
| 007-findstprime.py | ||
| 008-largest_product_seq.py | ||
| 009-special_pyt.py | ||
| 010-summation_primes.py | ||
| 011-larg_prod_grid.py | ||
| 012-highly_divisible_trian_num.py | ||
| 013-large_sum.py | ||
| 014-long_collatz_seq.py | ||
| 015-lattice_paths.py | ||
| 016-power_digit_sum.py | ||
| 017-number_letter_counts.py | ||
| 018-max_path_sum.py | ||
| 019-counting_sundays.py | ||
| 020-factorial.py | ||
| 021-amicable_numbers.py | ||
| 022-names_score.py | ||
| 023-non_abund_sums.py | ||
| 024-lexico_per.py | ||
| 025-100-digit-fib.py | ||
| 026-reciprocal-cycles.py | ||
| 027-quad_primes.py | ||
| 028-number_spiral.py | ||
| 029-dist_pow.py | ||
| 030-digit_fifth_pow.py | ||
| 031-coin_sums.py | ||
| 032-pandigital.py | ||
| 035-circular_primes.py | ||
| 046-gold_other.py | ||
| 048-self_powers.py | ||
| 065-100th-e-numerator.py | ||
| 089-roman_numbers.py | ||
| 092-square_dig_chains.py | ||
| larg_prod_grid.dat | ||
| large_sum.dat | ||
| LICENSE | ||
| max_path_sum.dat | ||
| max_path_sum0.dat | ||
| names.txt | ||
| README.md | ||
| roman.txt | ||
🍟 Project Euler Solutions 🍟
Several of my solutions for the Euler project. For fun or profit :)
Most of the exercises are written in Python, but I have some Java and Clojure too.
Enjoy!
License
When making a reference to my work, please use my website.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

