albert-espin / hash-heap-word-finder

Word finders based on Hash Maps and Heaps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hash Map / Heap Word Finder

Program that reads a file and can answer queries of whether certain words appear in it. The number of times each word appears in the text can be seen too, among other information. Run "HashMapWordFinder.py" to use a hash map implementation or "HeapWordFinder.py" to use a heap instead.

Programming language Python 2
Code language English (variables and functions), Catalan (comments and interface)
Report language Catalan
Authors Albert Espín and Pau Sanchez
Date May 2015
Code license MIT
Report license Creative Commons Attribution, Non-Commercial, Non-Derivative
Text files license Not owned by the authors of this work, original sources are not known but may be these: large_text.txt, small_text.txt, dictionary.txt

About

Word finders based on Hash Maps and Heaps

License:MIT License


Languages

Language:Python 100.0%