alex78pro / ProjectEuler

Project Euler tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProjectEuler

Project Euler Problem's solutions in Swift

Run

To run concrete problem you need to run method 'runTask' on appropriate class.

For example:

print(Probleb8.runTask())

gives solution for Problen 8 with time execution in seconds (MacBook Pro (15-inch, 2017), 2.9 GHz Intel Core i7):

answer: 23514624000

time: 0.00842595100402832

About

Project Euler tasks


Languages

Language:Swift 99.7%Language:Ruby 0.3%