Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 290 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 290 Bytes

Election_Simulator

Simulates an election using random functions and class templates in C++

The Election(2).hpp file contains all class templates, functions, and methods of the program. The Election.cpp file contains the input and the method call to run the simulation.