Browse by Tags

All Tags » incompetence (RSS)

Interview questions for junior software developers

Every interview is difficult, because on both sides, you know you're about to make an important decision based on very little information. But it seems to me that interviewing a recent college grad...
Posted by mfedner | 743 comment(s)
Filed under: ,

Euler Problem 3

What is the largest prime factor of the number 600851475143 ? ----- I wrote this piece of disgusting, un-Rubylike Ruby to get the answer by creating a list of a number's prime factors: def factor(composite...
Posted by mfedner | 1 comment(s)
Filed under: , ,