I interviewed for a Fall Co-op position at Qualcomm R&D San Diego with a Principal Engineer in their Deep Learning team. The interviewer was obviously a very smart and knowledgeable …
Shortest path on a grid – Dijkstra/Dynamic Programming in C++
I was asked by an interviewer from Microsoft (internship interview) to write code to determine the minimum steps/shortest path on a grid from some start to some goal, since this …