Tripadvisor Interview Question

Questions were mostly about my resume, but there was one coding question: Given a string like " hi there do you like programming? " remove all the extra spaces and return the string. Homework question: Given a tsv (tab separated value) file with hotels and their deals, write a program that takes in user input (day of check in, check out, hotel name) and return the best deal.

Interview Answer

Anonymous

Nov 11, 2014

not too hard, I just forgot to return the value