Software Engineer · Senior-Level · Onsite
I had an onsite interview. Here's what I remember: **Coding 1:** I was asked to return the number of shortest paths between two nodes in an undirected graph. I used Dijkstra's algorithm, but I think BFS would also work. I completed a dry run of the algorithm a...