Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

SiyahaS/projecteuler_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

projecteuler-rs

ProjectEuler implementations in rust ❤️

Each problem is implemented in pe_{number}.rs file. To see the results of the corresponding problem use cargo test --features pe_{number} command.

List of implemented solutions:

  1. Multiples of 3 and 5 cargo test --features pe_0001
  2. Even Fibonacci numbers cargo test --features pe_0002
  3. Largest prime factor cargo test --features pe_0003

About

ProjectEuler implementations in rust ❤️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages