Emailing Interviewer after interview regarding technical solution
Posted
by
Raghav Shankar
on Programmers
See other posts from Programmers
or by Raghav Shankar
Published on 2012-09-08T14:16:21Z
Indexed on
2012/09/08
15:49 UTC
Read the original article
Hit count: 357
interview
I had an interview yesterday where I was given a programming problem and I was asked to figure the optimal solution for it. I gave a solution that worked in linear time, but used 2 loops (not inner loops).
At the end of the interview, the interviewer saw I was interested in solving the problem, so he said the optimal solution uses only one loop and has linear complexity and at the end of the interview I had asked for his card and he gave one to me.
I think I might have figured out a solution and I was wondering if it's alright to email the recruiter thanking him for his time and also mentioning about the solution I had figured out?
© Programmers or respective owner