A simple C++ project to deduce whether a simple graph exists given a degree sequence, using the Havel-Hakimi algorithm.
To compile this, either run make HavelHakimi in the directory HavelHakimi.cpp is in, or run g++ HavelHakimi.cpp -o HavelHakimi, assuming g++ is installed (can check with g++ --version).