←back to thread

Project Euler

(projecteuler.net)
267 points swatson741 | 2 comments | | HN request time: 0.439s | source
Show context
unkulunkulu ◴[] No.45905169[source]
The most fun on this site is solving a problem and then having your mind blown by solutions in Apl/j/k and trying to guess what they mean without knowing anything about those languages
replies(2): >>45906788 #>>45906789 #
1. taeric ◴[] No.45906789[source]
Even better than the crazy languages, is seeing some fundamental math used to prevent having to do a ridiculously expensive search.

That said, raw brute force often did far better than you'd like to admit.

replies(1): >>45907446 #
2. debatem1 ◴[] No.45907446[source]
The biggest thing I learned from PE was that neither elegant theory nor brute force had a monopoly on successful optimization strategies. It's been something I've carried with me ever since and has over and over again proven its value.

A real gem of a resource.