Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 330 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 330 Bytes

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