Problem
1. Implement the methods of the ordered dictionary ADT using a skip list.
2. Implement a dictionary that supports location-aware entries by means of an ordered list.
3. Perform a comparative analysis as in the previous exercise but for 10-digit telephone numbers instead of character strings.