I have this linked list where i can add frequency objects to it like in this example:
p = FrequencyList() >>> p.add(\'a\', 2) >>> p.add(