We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f34c6 commit a33efccCopy full SHA for a33efcc
README.md
@@ -0,0 +1,4 @@
1
+# Interview puzzle solution
2
+Prompt was to build an algorithm for an autonomous vehicle for a ride sharing company. The problem space was simplified to a finite, grid-shaped city,
3
+and a situation in which the car could only move 1 block at a time and we only cared about its position at the vertecies in the grid. Requests at each
4
+timestep would be json that looked like this: `[{'name': 'Fred','start': (3,5),'end': (8,7)}, {'name': 'Fred','start': (6,1),'end': (10,2)}]`
0 commit comments