Recent content by johtib

  1. J

    I interviewed at Google, here are the GOOGLE INTERVIEW QUESTIONS!

    I'm not sure if I get this one. The resulting array should have size len(S1)+len(S2)+len(S3) right? Then can't we just use mergesort on the indexes and then swap integer<->word to create the array? i.e. what's the catch?