You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Simulates an election using random functions and class templates in C++