Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello
We want to implement Public Transport Guide for Android.
Inputs will be beginning and destination point. Outputs will be the directives that
tell how can be gone to the destination with using buses, subways,... e.c
This is not easy for big cities and we must have a well-designed database for quick answer. Tranport algorithm must give optimum lines to the passanger.
I wanna see your precious ideas for database and algorithm design.
Thank you very much for answers.
Posted
Comments
Sergey Alexandrovich Kryukov 6-Feb-12 10:32am    
What have you done so far?
--SA

 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 6-Feb-12 10:31am    
The mere fact such thing exists is interesting, a 5.
I'm skeptical is can replace database designer's brain though :-)
--SA
Have a look at:
WPF: A* search[^]

It does most of what you actually need.

Best regards
Espen Harlinn
 
Share this answer
 
Comments
thatraja 6-Feb-12 10:13am    
Nice article, 5!
Espen Harlinn 6-Feb-12 10:30am    
Thank you, thatraja :)
Sergey Alexandrovich Kryukov 6-Feb-12 10:30am    
Agree, with Raja, a 5.
--SA
Espen Harlinn 8-Feb-12 9:33am    
Thank you, Sergey!
Abhinav S 8-Feb-12 9:31am    
Good link. 5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900