Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 261 Bytes

File metadata and controls

10 lines (6 loc) · 261 Bytes

DiscreteEventSim

DiscreteEventSim

A Discrete event simualtion with exponential inter arrival time and service time. The buffer size is variable.

Data structure model used is a Queue and implemented using a linked list.

Technology used: C++