Monday, December 19, 2016

Euler Zero, re-revisited

It seems I was a bit optimistic about how easy it would be to create zero-runtime solutions to Project Euler problems due to the relaxations on constexpr functions introduced in C++14.

I recently picked up a problem a colleague pointed out to me last year and as it turned out to be from Project Euler, I decided to try to create a zero-runtime version after I came up with a correct solution. It is more challenging than I expected, so I may be doing the occasional Euler Zero solution after all.

Euler Zero code and wiki are now in a GitHub repository, at https://github.com/frasnian/euler-zero. Any solutions will be linked from here, but for the most part, code will be in the repository and commentary will be in the accompanying repo wiki.

Sunday, December 18, 2016

Hiatus

After an extended hiatus (during which the US endured an election season from hell, Adam Goodes did in fact retire, and I took a personal sabbatical), I'm apparently starting up this blog again. Not too many people follow it anyway*, but that's really what most blogs are: random bits into a global /dev/null.

*yet :)