-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
12 lines (12 loc) · 758 Bytes
/
README
File metadata and controls
12 lines (12 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
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!)