sarahj6697 sarahj6697 07-01-2024 Computers and Technology contestada 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 listB) Binary treeC) Hash tableD) Skip list