Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.3 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.3 KB

Pathfinder

Build Status Code Coverage

Pathfinder is a collection of shortest path algorithms for grid maps. It can be used in a visualization mode to illustrate the application of individual algorithms, or in a benchmark mode to compare the performance of different algorithms.

This is a project for the algorithms and data structures course at the University of Helsinki. The intent of the project is to compare a number of pathfinding algorithms.

Documentation

Weekly progress reports