Skip to content

RSid/self-driving-car-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a33efcc · Oct 15, 2021

History

33 Commits
Nov 12, 2018
Nov 12, 2018
Nov 12, 2018
Oct 15, 2021
Dec 22, 2018
Nov 10, 2018
Nov 11, 2018
Nov 11, 2018
Nov 10, 2018
Nov 19, 2018
Nov 12, 2018
Nov 10, 2018

Repository files navigation

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)}]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published