/voting-system

Simple Voting System to simulate a polling both

Primary LanguageJavaScript

Voting System

  • This is just a sample application to simulate sequential voting. The challenge is to extract top voters in a given timeframe.

Improvements

  • Add support for parallel voting
  • Optimize the algorithm to support large CSV files
  • Let the System take input from CSV or via CLI
  • File structuring