Dictionary Problems
- Count word frequency.
- Find the key with the highest value.
- Invert a dictionary when values are unique.
- Merge dictionaries by adding common values.
- Group words by their first character.
- Find duplicate values in a dictionary.
- Sort dictionary entries by value.
- Build a simple phone book.
- Convert two lists into a dictionary.
- Find common keys and compare their values.