Skip to content

Instantly share code, notes, and snippets.

View jonenzl's full-sized avatar

Jonathan Ellis jonenzl

View GitHub Profile
@jonenzl
jonenzl / fifteen.c
Last active June 11, 2017 00:56
My implementation of CS50x Pset3 - Game of Fifteen
/****************************************************************************
* fifteen.c
*
* HarvardX - CS50
* Problem Set 3
*
* Implements Game of Fifteen (generalized to d x d).
*
* Usage: fifteen d
*