$ python linsearch.py Searching 5130 words by linear search 830 words not found ... 23.3004419804 seconds
$ python hashsearch.py Making hash index ... 0.140583992004 seconds Searching 5130 words by hash index 830 words not found ... 0.00243782997131 seconds