Skip to content

Java application for route finding using various algorithms + JUnit + JMH

Notifications You must be signed in to change notification settings

zalan-toth/RouteFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Route Finder Application in Java

Assignment for Data Structures & Algorithms at SETU

Feel free to use this code as you wish.

Features

The app has these main capabilities:

  • Creating data structures based on image input (map)
  • Finding routes between selected points on the map (inputted image of the map) using various algorithm
  • Breath First Search algorithm
  • Simple Single Valid Route algorithm
  • Depth First Search algorithm
  • Djiktra's algorithm
  • Testing using JUnit
  • Benchmarking using JMH

Screenshots

Képernyőkép – 2024-10-12 00-32-51

Képernyőkép – 2024-10-12 00-30-23

About

Java application for route finding using various algorithms + JUnit + JMH

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published