Skip to content

Shgit29/CS221L

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Course: CS221-Lab

University: Ghulam Ishaq khan Institute

Instructor name: Usama Arshad

Group: Saad Hassan, Ahmed, Abdul Rehman Khan

Online Voting System

This C++ program implements an online voting system using a Binary Search Tree (BST) to manage candidates and their votes. The system allows users to:

Add candidates Register voters Cast votes Display candidate votes View voters in the queue See voted candidates Sort candidates by votes The code showcases effective use of data structures, error handling, and a user-friendly menu. It serves as a foundation for building a functional and interactive voting system.

To use, compile the main.cpp file and run the executable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages