Y
Hacker News
new
|
ask
|
show
|
jobs
by
ketanmaheshwari
226 days ago
I solved a few using AWK, fun:
https://github.com/ketancmaheshwari/projecteuler
2 comments
n4r9
225 days ago
After learning AWK I realised it could be used really neatly for problem 67. I remember it was blazing fast, orders of magnitude faster than Python
link
mjcohen
226 days ago
Did you use the regular version or the one with multiple-precision values?
link
ketanmaheshwari
225 days ago
I used the regular version. Actually, I don't even know what is multiple-precision values -- will look it up.
link