Skip to content

Instantly share code, notes, and snippets.

View TheoMariott1's full-sized avatar

Theo Mariotti TheoMariott1

View GitHub Profile
@AnimeshRy
AnimeshRy / runoff.c
Last active June 26, 2024 19:39
CS50 Runoff Pset3
#include <cs50.h>
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <math.h>
// Max voters and candidates
#define MAX_VOTERS 100
#define MAX_CANDIDATES 9