Skip to content

Commit a33efcc

Browse files
authored
Create README.md
a little context
1 parent 65f34c6 commit a33efcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)