This program analyzes a bus route and optimizes it, taking the stops which have a higher cost than return and removes them. This project was a way to learn and implement linked lists. An example route is given.
Display the route
Display the earnings and expenses for the route
Optimize the route
$ git clone https://github.com/nickconway/bus-route-optimizer
$ cd bus-route-optimizer
$ make
$ make run
Allow the user to add a route