Hacker News new | ask | show | jobs
by 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"
1 comments

Can confirm they're both different from mine. I got a palindrome problem.
Yep mine was summing the digits of a number until you reach a single digit number (eg 455 -> 5).