Project 3, CSC 202
1 Hashing
2 Import restrictions
3 Handing In
8.10

Project 3, CSC 202

1 Hashing

For this project, you will implement a Concordance for text, using a hash table.

Here’s the invitation link for this project.

Here’s a link to the project description.

2 Import restrictions

In order to make it possible to test and analyze your code, it’s important that we be able to run it in a consistent environment.

Specifically, we will run your code with Python 3.10, in an environment that includes the NumPy package. Please do not import packages other than typing, unittest, numpy or dataclass, and please do not import the __future__ package.

3 Handing In

Submit the project by pushing to GitHub!