Skip to content

emilioberber/GPS_Map_Paths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

GPS-Map-Paths

  • Taking Times Square as a GRAPH to collect nodes from this part of the city.
  • Selecting 5 couple of nodes (orig node and dest node).
  • Apply 5 different algorithms for each node couple.
  • Algorithms applied: BFS, DFS, UCS, A* and IDA*.
  • Compare the difference between sidewalk graph and not sidewak graph to know if walking or driving is better for a node couple.

times_square

Example of two nodes (origin and destination)

Using the 5 algorithms!

BFS:

bfs

DFS:

dfs

UCS:

ucs

A*:

a_star

IDA*:

ida_star

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages