Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

vchatela/Dijkstra-Java

Repository files navigation

Dijkstra-Java Build Status

A java open-source implementation of Dijkstra with .maps and .path files

Dijkstra

Features

  • Allow GPS functionalities from a source to a destination (in distance or in time) based either on
    • On Dijkstra standard
    • Or on Dijkstra A-Star (Artifical Intelligence Algorithm)
  • Allow carpol functionalitie, from a pedestrian source, a driver source to the same destination
    • With/Without restriction on walking duration of the pedestrian
    • To optimize the way duration for both
  • Implements Connexity algorithm
  • Generate path from a source to a dest (ability to export this path)
  • With an imported path file ability to draw and calculate time and duration of the way

All of these functionalities are supported by a friendly UI.

Tests

###Unit Tests

  • 11 tests
    • from the instancation of the graph
    • to the assertion of the time of the execution, based on real information mesured
    • passing by control information tests

###Functionnal Tests

  • TODO :
    • UI tests

License

Copyright 2015 ValentinC

Creative Common BY-NC-SA

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages