|
Assignment 4: Word Frequency Counter |
You can read the original copy of this assignment in text or in pdf. |
| Source Code | Read the sourcecode I wrote (wlfiler5.c) ,
which is really
just code originally written by Bruce Molay and modified
by me to implement a linked-list data structure. The code
in wlmain.c was entirely written by Bruce. If you want,
you can write your own version of wlmain.c and then link
it to wlfiler5.c.
NOTE: wlfiler5.c could use a little revising. Oh, and don't forget to link wl.h |