david-macleod / prime-wednesdays

Solving Prime Wednesdays coding challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prime-wednesdays

Solving Prime Wednesdays coding challenge:

Return the number of Wednesdays in a given year which have a prime day of the month e.g. 7th March 2018

Rather than calculate this directly, the following solutions attempt to estimate the function for a range of valid input years

Solutions

Part One: Fourier Decomposition

Part Two: Trigonometric Series Regression (TBC)

About

Solving Prime Wednesdays coding challenge

License:MIT License


Languages

Language:Jupyter Notebook 100.0%