Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 244 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 244 Bytes

AI-uniform-cost-search

All the roads in the map is defined in an environment file in the following format: start point, end point, length. This java program can find the shortest path between two points as well as the shortest total length.