Skip to content

In this challenge, I implemented Amazon’s pathfinding algorithm for Amazon’s self-driving delivery vehicles. The self-driving vehicle created a path on a 2D-grid that contains a starting point (x,y), a delivery point (x,y) and a number of obstacles. The vehicle can navigate to any of the adjacent squares (even diagonally), as long as the squares…

Notifications You must be signed in to change notification settings

SalmanAsh/Amazon-Coding-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

About

In this challenge, I implemented Amazon’s pathfinding algorithm for Amazon’s self-driving delivery vehicles. The self-driving vehicle created a path on a 2D-grid that contains a starting point (x,y), a delivery point (x,y) and a number of obstacles. The vehicle can navigate to any of the adjacent squares (even diagonally), as long as the squares…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published