Y
Hacker News
new
|
ask
|
show
|
jobs
by
M194
4227 days ago
6 lines of pythoncode for 1. puzzle. anyone less?
1 comments
delluminatus
4227 days ago
I believe we get puzzles randomly selected from a pool. Mine was about date parsing. Yours?
link
M194
4227 days ago
comparing two datafiles with suffled numbers to find matching pairs. all pairs have the same quotient. task was to find the quotient and return it as "improvement-ratio"
link
medecau
4227 days ago
Can confirm they're both different from mine. I got a palindrome problem.
link
rtkwe
4227 days ago
Yep mine was summing the digits of a number until you reach a single digit number (eg 455 -> 5).
link