p405 P-8.10
Design a java class that implements the skip list data structure. Use this class to create
implementations of both the map and dictionary ADTs, Including location-aware methods for the dictionary.
這題目是在Data Structures and Algorithms in Java (3rd Edition) P.405
請問有這題目的參考代碼嗎?