项目作者: dpkwhan

项目描述 :
Solve Project Euler Problems in Julia
高级语言: Julia
项目地址: git://github.com/dpkwhan/pep.git
创建时间: 2021-02-21T14:15:31Z
项目社区:https://github.com/dpkwhan/pep

开源协议:

下载


Project Euler Problems

All the archived problems are available here: https://projecteuler.net/archives

To run each script in Julia’s REPL:

  1. julia> include("pep001.jl")
  2. Method 1:
  3. 0.000006 seconds
  4. 233168
  5. Method 2:
  6. 0.000000 seconds
  7. 233168

Or run each script directly from command line:

  1. PS C:\git\pep> julia .\pep001.jl
  2. Method 1:
  3. 0.000006 seconds
  4. 233168
  5. Method 2:
  6. 0.000000 seconds
  7. 233168