Skip to content

This program reads a set of topographic data and uses several methods (Greedy Walks, Floyd Warshall's Algorithm, and Dijkstra's Algorithm) to compute paths through the mountains that minimize change in elevation.

Notifications You must be signed in to change notification settings

Keaton11/Nifty-Mountains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Nifty-Mountains

This program reads a set of topographic data and uses several methods (Greedy Walks, Floyd Warshall's Algorithm, and Dijkstra's Algorithm) to compute several paths through the mountains that minimize change in elevation. The program then uses Allegro to illustrate the topographic data and paths for the user to visualize.

About

This program reads a set of topographic data and uses several methods (Greedy Walks, Floyd Warshall's Algorithm, and Dijkstra's Algorithm) to compute paths through the mountains that minimize change in elevation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages