Skip to content

minhvo-dev/Project-Euler-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT EULER SOLUTIONS

My solutions for problems in Project Euler. These are just to help me get familiar with Python syntax as I am learning it.

All of them pass the test on the website but there is no guarantee about the correctness as well as the performance of them since they are my own work in my free time.

Each solution has no_math_solution function which is an implementation of my straightforward thought when I first read the question. Some has math_solution function whose purpose is to reduce the running time of the counterpart.

  • Problem #44: Blind brute-force without any information of upper bound

  • Problem #50: Brute-force approach took a while to finish

  • Problem #67: Blind brute-force took a while to finish

About

Repo for Project Euler.net solutions in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages