Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
a little context
  • Loading branch information
RSid authored Oct 15, 2021
1 parent 65f34c6 commit a33efcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Interview puzzle solution
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,
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
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 comments on commit a33efcc

Please sign in to comment.