Skip to content

Instantly share code, notes, and snippets.

@mitrnsplt
mitrnsplt / dictionary.c
Last active August 29, 2015 13:57
load function in dictionary.c with huge memory leak related to line 121
/****************************************************************************
* dictionary.c
*
* Computer Science 50
* Problem Set 6
*
* Implements a dictionary's functionality
* Uses a hash function based on djb2 found at www.cse.yorku.ca/~oz/hash.html
***************************************************************************/