TurtleSmoke / project-euler

This repository contains my solutions to the problems posed on the Project Euler website.
https://turtlesmoke.dev/project-euler/
1 stars 0 forks source link

feat: improve problem generation using project euler API #86

Open TurtleSmoke opened 1 year ago

TurtleSmoke commented 1 year ago

Useful link that may improve the current (shitty) shell scripts

Retrieving Minimal Information The Project Euler API

TurtleSmoke commented 1 year ago

87 Improve problem generation, but it still lacks many tags and weird syntax

TurtleSmoke commented 1 year ago

Handle 1st as \\( 1^{st} \\), same for nd and th

TurtleSmoke commented 1 year ago

Problem 53 presents the usage of latex notation $\displaystyle \binom n r = \dfrac{n!}{r!(n-r)!}$ Would be nice to use it as the latex is already done.

TurtleSmoke commented 1 month ago

Should probably be redone from scratch to merge all automation done in script in a single python API. Newer Project-Euler problem are also easier to manipulate, so old hacked should not be needed anymore... Anyway, this need to be redone because it's impossible to improve on it, like wtf are those replace 💤