by laoba on 6/12/15, 1:10 AM with 1 comments
Down the line I will be working on a project finding the fastest route from point A to B inside of a building. The building is very complicated and has multiple ways of getting somewhere.
The piece of software will not need to actually "navigate" the user as, for instance, Google Maps. Instead the user would tell the app where they currently are and where they want to go and the app would give them a static route.
Is there an area of research I should be studying that helps with this type of programming? Obviously I need to take into consideration walls and figuring out the fastest route, but I don't have a great idea on where to start my research.
Thanks in advance for any help!
by brownypointer on 6/12/15, 2:35 AM