Live data from Hacker News

The ReadyForZero Programming Challenge

readyforzero.com

1–10 of 61 posts

Re: The ReadyForZero Programming Challenge

#5
Three problems, algorithm-centric, each solvable with (some intelligent thought and) a few lines of (say) Python. Unsurprisingly, the payoff is "we're hiring; please send us your resume".

ReadyForZero appears to be a company that helps people get out of credit card debt by tracking what you owe to whom and recommending what to pay off in what order. They just got Series A funding.

Re: The ReadyForZero Programming Challenge

#9

Reading the first problem, I think I am not ready for zero, it seems that the first problem is not well described.

You are looking for a sequence of 5 characters that differ by one character, but are otherwise identical (order matters). For example, an answer would be something like '89^hf' and '8z^hf'
Post reply on HN