Ramblings of a Coder's Mind

Engineering × AI × Scale

K

Tag: algorithms

Posts tagged with algorithms

Project Euler #79: Passcode Derrivation (using Lambdas)

I’ve been solving Project Euler for years and I avoid posting solutions online as far as possible but this problem is old enough that it shouldn’t be a problem. Plus, the problem statement interests me enough to write a functional solution using the new Java 8 Lambdas that I’ve been...

Read on →