Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 284 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 284 Bytes

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