Inspiration
What it does
An algorithm in C++ to find the shortest route between the source and destination bus stations. I further added front end using AngularJs, where the route is displayed with all the corresponding stops. Additionally added Real-Time monitoring for buses in Tampere.
How I built it
Used C++ for creating the Dijkstra's algorithm to find the shortest path between two points. Thereafter, used AngularJs and AngularMaterial to create the front end, where the user can input the source and destination stops, and the route will be drawn using the google maps. Additionally, added the functionality for the real time bus monitoring for the Tampere city.
Log in or sign up for Devpost to join the conversation.