Omnimaga

General Discussion => Other Discussions => Math and Science => Topic started by: Juju on April 01, 2013, 11:57:24 pm

Title: Project Euler - a programming challenge
Post by: Juju on April 01, 2013, 11:57:24 pm
Those days I began solving some Project Euler (http://projecteuler.net) problems while keeping them as beautiful, optimized one-liners, using obscure PHP features. In this thread, I challenge you to do the same as me and share us your best solutions :) (PHP coders, keep the numbers of bytes to a minimum, Axe coders, the least cycles possible, etc.)

Have fun ^_^
Title: Re: Project Euler - a programming challenge
Post by: Scipi on April 02, 2013, 01:40:47 am
I used to do these, and had some pretty elegant solutions. Unfortunately, my source code for the projects I completed is lost. :/
Title: Re: Project Euler - a programming challenge
Post by: Spyro543 on April 04, 2013, 09:03:16 am
Ooh so these are fun leetle things for programmers to challenge themselves with? I'll definitely look into this!