Skip to content

Given a coordinate map representing the path of a self driving delivery vehicle, find a way to go around the fixed obstacles to reach the destination.

Notifications You must be signed in to change notification settings

bipinthecoder/amazon-self-driving-delivery-vehicle-path-finder

Repository files navigation

amazon-self-driving-delivery-vehicle-path-finder

AIM: Implement Amazon’s pathfinding algorithm for Amazon’s self-driving delivery vehicles. The self-driving vehicle will need to create a path on a 2D-grid that contains a starting point (x,y), a delivery point (x,y) and a number of obstacles. Your vehicle can navigate to any of the adjacent squares (even diagonally), as long as the squares are inbound and do not contain an obstacle.

About

Given a coordinate map representing the path of a self driving delivery vehicle, find a way to go around the fixed obstacles to reach the destination.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages