How big should the hashtable be? 3 What filename do you want to read? test1.txt Hash table: Table index 0 (3): c: 1, ab: 2, f: 2 Table index 1 (3): d: 2, g: 1, a: 4 Table index 2 (2): e: 2, b: 3 Unsorted vector: Vector index 0: d: 2 Vector index 1: g: 1 Vector index 2: e: 2 Vector index 3: b: 3 Vector index 4: a: 4 Vector index 5: c: 1 Vector index 6: ab: 2 Vector index 7: f: 2 Sorted vector: Vector index 0: a: 4 Vector index 1: ab: 2 Vector index 2: b: 3 Vector index 3: c: 1 Vector index 4: d: 2 Vector index 5: e: 2 Vector index 6: f: 2 Vector index 7: g: 1 Enter a word to search for: a Hashtable frequency = 4 Vector frequency = 4 Enter a word to search for: b Hashtable frequency = 3 Vector frequency = 3 Enter a word to search for: quit