https://github.com/philippeitis/skolemsolver
This is me implementing math problems in python, because that's a lot of fun
https://github.com/philippeitis/skolemsolver
Last synced: over 1 year ago
JSON representation
This is me implementing math problems in python, because that's a lot of fun
- Host: GitHub
- URL: https://github.com/philippeitis/skolemsolver
- Owner: philippeitis
- Created: 2018-03-04T04:44:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T18:44:50.000Z (over 5 years ago)
- Last Synced: 2025-01-21T23:41:26.451Z (over 1 year ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skolem Solver
This started out as a solution for the 10th problem in the 2004 Euclid Competition - link is here:
http://www.cemc.uwaterloo.ca/contests/past_contests/2004/2004EuclidContest.pdf.
skolem.py, for some inexplicable reason, seems to function faster than fasterskolem.py, which is likely due to
the permutation generating function that they use. However, fasterskolem.py does use less memory than the other one.