Skip to content

nickconway/bus-route-optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bus Route Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published