Sometimes you just have to face the absolute horror of having to convert your beautiful latex documents into word. As an engineer your biggest worry is, oh crap, will my …
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 …