Runoff information

  • Category: Other
  • Tech Used: C
  • Project URL: Github repo

Description

A practice using structs while learning C, this app takes command line arguments and then prompts the user to ipnut votes for the candidates entered in the CLI. Calculating a runoff winner using a bubble sort method when comparing the vote totals of items in an array, then displaying the first item in the sorted array.