Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 511 Bytes

Bus Route Optimizer

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.

Features

Display the route

Display the earnings and expenses for the route

Optimize the route

Instructions

$ git clone https://github.com/nickconway/bus-route-optimizer

$ cd bus-route-optimizer

$ make

$ make run

To Do:

Allow the user to add a route