/Online-Voting-System

Election without CORONA a C++ software program in which user can create account as a voter, a candidate, a party, edit his profile, make vote, view results overall, in any state, in any city. Admin can perform CRUD for state and district. Maintain Records of voter, candidate, party

Primary LanguageC++

Online-Voting-System

In this project concepts used are

  • OPPS
  • File handling
  • Linked List
  • array
  • insertion sorting (also implemented concept of order by as in sql i.e. order by partyname, state, city)
  • index mapping
  • Interval Tree

Online-Voting-System