Implement a working skip list that is able to insert up to 128 nodes, maximum level is 7. The range of the keys is between 1 and 1000. Please follow the test procedures:

A) Linked list
B) Binary tree
C) Hash table
D) Skip list