slarse / Python

All Algorithms implemented in Python
MIT License
0 stars 0 forks source link

Mainify some slow euler solutions #43

Closed mnil2 closed 5 years ago

mnil2 commented 5 years ago

While experimenting with different timeout values, two euler solutions were slow enough on travis to rival some of the meatier imports. I have mainified them to be safe that they don't fail to import if travis is feeling slow or something.

21