-
Notifications
You must be signed in to change notification settings - Fork 0
recluising/maps_biicode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MAPS - BIICODE It is an application that provides an interface to calculate the best path between two cities. -->Implementation<-- There is an interface called PathSearchEngine that tries to provide a common way for this kind of programs (path searchers). The class PathCalculator implements PathSearchEngine setting concret algorithms for the methods from the interface. The class City implements the data of a city allocated in the map. The cities are loaded in the application by processing a text file with the x,y coordenates and the direct roads between them. The used algorithm is A*. A MySQL Remote DB is used in order to allocate some stats about the searched routes. An application class has been used in order to test this program. --Luis Recio Morán
About
Biicode technical test
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published