Skip to content

Instantly share code, notes, and snippets.

View jonenzl's full-sized avatar

Jonathan Ellis jonenzl

View GitHub Profile
@jonenzl
jonenzl / dictionary.c
Created June 21, 2017 04:59
My implementation of CS50x Pset5 - Speller
/****************************************************************************
* dictionary.c
*
* Computer Science 50
* Problem Set 5
*
* Implements a dictionary's functionality.
***************************************************************************/
#include <ctype.h>