Airbnb Software Engineer Intern Interview

Two Back to Back Phone Interviews

Interview 1 :
Alien Dictionary

Interview 2:
Given a 2D nxn board of characters and a list of dictionary words, output the maximum number of words that can fit into the board. No tile can be used twice.

Notes :

  • They run test cases at the end, and expect compiling/working code.
  • To my knowledge, you need to answer both questions correctly to pass.

参考