TheAlgorithms/Python

Optimize Project Euler solutions

Open

#8,594 opened on Apr 1, 2023

View on GitHub
 (9 comments) (0 reactions) (0 assignees)Python (50,629 forks)batch import
enhancementhelp wantedoptimization

Repository metrics

Stars
 (221,055 stars)
PR merge metrics
 (Avg merge 70d 10h) (6 merged PRs in 30d)

Description

Feature description

If someone would like to take a stab at optimizing these solutions, feel free to open a PR or ask for any help here:

Slowest 10 durations

  • Problem 145 / sol1.py (25.00s)
  • Problem 070 / sol1.py (13.86s)
  • Problem 104 / sol1.py (6.84s)
  • Problem 092 / sol1.py (6.01s)
  • Problem 010 / sol2.py (3.90s)
  • Problem 010 / sol1.py (3.76s)
  • Problem 078 / sol1.py (3.67s)
  • Problem 135 / sol1.py (3.59s)
  • Problem 073 / sol1.py (2.64s)
  • Problem 034 / sol1.py (2.54s)

Reference: https://github.com/TheAlgorithms/Python/actions/runs/4580132675/jobs/8088552368#step:5:356

Contributor guide