- The goal is with the given metadata, our code the must find most frequently used words as fast as possible.
- Besides hash tables, I also used different types of probing sequences to overcome collusions. Solution Explanation
- This code was one of the fastest among other students'.
Final Results: