Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martan03/izu-project1
- Owner: Martan03
- Created: 2024-03-10T10:08:20.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-12T13:34:37.000Z (8 months ago)
- Last Synced: 2024-04-24T09:11:48.977Z (7 months ago)
- Topics: project, rust, school, ucs, uniform-cost-search
- Language: Rust
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.