mwcarlis/a_star_search
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# a_star_search A simple A Star search implementation for an assignment representing flight plan optimization over fuel costs. Ex: > python plane_agent.py <hueristic> <fuel> <fuel>: integer number <hueristic>: manhattan, eculidean, made_up