Turn in HW#7
For HW#7, submit all .cpp, .h, makefile files in your src directory. If you don't working in src directory, just submit all files required to build your program.
Please follow sample output format in the mail I sent to the class mailing list and include some documentation in README file. In README file, following can be described:
- Which extensions have you been implemented?
- What is your hash function? Is it parameterized, set some parameters through the command line?
- What is k for k-gram in your program? Is it changable by command line argument?
- What is w for winnowing in your program? Is it changable by command line argument?
- How does your program start to hash at the beginning of the file? Does it generate any hash for i-gram(i < k)?
- How does your program end to hash at the end of the file? Does it generate any hash for i-gram(i < k)?
- Anything you want to let me know about your program
- Any hearty comments or excuses :-)
Make sure that your makefile build your program when I type make hw7. The name of executable file must be hw7
Here goes the turnin procedure:
cd into your working directory.
- Use the command:
turnin -ccse303 *.cpp *.h makefile README