Skip to content

drizzy2004/MountainPaths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

MountainPaths

MountainPaths is a Python algorithms project that finds a path of least resistance from west to east across a topographical map.

Overview

Built as a final project for an Algorithms course, this project applies pathfinding ideas to topographical data in order to compare and compute efficient routes through mountain terrain.

Core Ideas

  • analyze topological map data
  • evaluate routes across changing elevation
  • find efficient west-to-east paths
  • compare algorithmic approaches to path selection

Algorithms Used

  • Greedy Algorithm
  • Dijkstra's Algorithm

Tech Stack

  • Python

Purpose

This project connects algorithm theory with a visual, data-driven problem and highlights how implementation choices affect path quality and efficiency.

About

Final project for algorithms class, coded in python and incorporates Greedy Algorithm and Dijkstra's Algorithm in order to find path of least resistance from West to East on a topological map.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages