| Starter code: |
Makefile
cars.cpp
cars.h
find_path.cpp
graph.cpp
graph.h
network.cpp
network.h
queues.cpp
queues.h
random_numbers.cpp
random_numbers.h
shortest_path.cpp
shortest_paths.h
trafficsim.cpp
use_queues.cpp
Note: the find_path.cpp and use_queues.cpp files are not
part of the simulator, but are provided to demonstrate how
the shortest path, graph, and queue modules are used.
For those interested, I have posted a larger city map which
you can use as input to your simulator. You can also see a
graphical
representation of the map.
|