Skip to content

Latest commit

 

History

History

assn-3-vector-hashset

The thesaurus-lookup.c and streaktokenizer.c files, when
compiled against fully operational versions of vector and hashset,
contribute to an application called thesaurus-lookup, which is
this C-string intense application that loads a thesaurus into
a hashset (where synonym sets are stored in vectors).  You don't
need to do anything for this extra thesaurus-lookup application.
I just decided to include it with the starter files so you have
a much more sophisticated test application to exercise your implementations.
It also provides a good amount of sample code for you to read over
while working on next week's Assignment 4, which requires you
use the hashset and the vector to build an index of hundreds of online
news articles (with real networking!)