Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 311 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 311 Bytes

GooberEats

Custom navigation program to create a distance-minimized route to-and-from any location in Los Angeles. A part of UCLA CS32 Data Structures and Algorithms course. A* navigation algorithm, hash table structure to store geolocation data built by me. Base class structure built by course instructors.