An open API service indexing awesome lists of open source software.

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

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.