Project
P3-Simulation (Charlie)
Overview of project
- Author: Charlie Hubbard
- Indices on this project:
- Example Of-P3-Simulation
- Design Issue-Gen-Spec
- Complexity of this project: High
- What you will have when you're done:
Simulates buses around the Georgia Tech Olympic Village, moving from the MARTA station to the Stadium Walkway, the Aquatic Center, and the Boxing Venue. The goal is to find routes that minimize the average waiting time from the MARTA to the destination.
- Strategy for this problem:
Most students
designed two different simulations with two hard coded loop patterns. I
designed mine so that loops weren't hard wired in and that the
programmer had the freedom to choose his own loops by writing just
another demo method as I did. I did impose some limitations on how the
loops had to be defined because it was a graph problem.
Steps in this project
Representations of this project
Concepts used in this project
Generics appearing in this project