k0psutin / TiraLabra

Data structures and algorithms course project. Compares three different pathfinding algorithms: A*, Jump Point Search and Iterative Deepening A*.
0 stars 0 forks source link

Pathfinding

GitHub Actions codecov

Datastructures and algorithms course project, University of Helsinki. Written in Java.

App picture

This project implements the pathfinding algorithms A*, Jump Point Search (JPS) and Iterative Deepening A* (IDA*) and compares their performances.

Documentation

Project definition

Project structure

Testing documentation

User guide

Weekly reports

Week 1

Week 2

Week 3

Week 4

Week 5

Week 6