Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 784 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 784 Bytes

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