Skip List Example Created by Conner Ozenne This code implements the basic functions of a skip list and tests the search functionality against a singlely linked list. More information on skip lists can be found here