Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martan03/izu-project1

Uniform Cost Search implementation
https://github.com/martan03/izu-project1

project rust school ucs uniform-cost-search

Last synced: about 7 hours ago
JSON representation

Uniform Cost Search implementation

Awesome Lists containing this project

README

        

# IZU-project1

The first project for the IZU subject.

The full project specification is in `xsleza26.pdf`.

## Summary:

Use **Uniform Cost Search** to find the 'cheapest' path from start to end. The
transition map is in file `trans_map.txt`. When you enter certain field in map,
it costs based on the value of the field and this alg finds path will lowest
total value.