Some solutions to Project Euler problems in Common Lisp
Go to file
scms 53ea15bbf2 Made it to 100 2024-03-13 21:03:19 -07:00
.gitignore Ignore temporary files 2024-03-04 12:46:41 -08:00
p77.lisp Frist psot 2024-02-29 10:29:58 -08:00
p78.lisp Coin Partitions 2024-02-29 21:53:54 -08:00
p80.lisp Square root digits 2024-03-01 15:14:39 -08:00
p81.lisp Refactor out matrix code 2024-03-04 12:47:02 -08:00
p82.lisp Three-way matrix navigation 2024-03-04 12:47:17 -08:00
p83.lisp Matrix navigation 2024-03-04 12:52:09 -08:00
p84.lisp Monopoly 2024-03-06 14:06:27 -08:00
p85.lisp Lazy solution 2024-03-06 17:25:53 -08:00
p86.lisp Cuboid routes 2024-03-06 21:34:46 -08:00
p87.lisp Another lazy solution 2024-03-07 10:32:18 -08:00
p88.lisp Product-sum numbers 2024-03-07 20:40:52 -08:00
p89.lisp Roman numerals 2024-03-08 18:20:50 -08:00
p90.lisp Digit cubes 2024-03-08 20:14:38 -08:00
p91.lisp A few more 2024-03-09 08:21:16 -08:00
p93.lisp A few more 2024-03-09 08:21:16 -08:00
p94.lisp Slow solution 2024-03-09 20:07:34 -08:00
p95.lisp Amicable chains 2024-03-10 08:17:21 -07:00
p96.lisp Took way too long 2024-03-12 15:14:55 -07:00
p98.lisp Anagrams 2024-03-12 22:14:11 -07:00
p99.lisp Exponentials 2024-03-13 13:10:43 -07:00
p100.lisp Made it to 100 2024-03-13 21:03:19 -07:00
shared.lisp Anagrams 2024-03-12 22:14:11 -07:00