Skip to main content

NameDescription
sl_destructDestroy a Skiplist
sl_findFind a specific node and return the node's data
sl_getlistGet the first node in a Skiplist
sl_initInitialize a Skiplist
sl_insertInsert data and return the resulting node
sl_nextMove iter forward a node and return the new node's data
sl_previousmove iter backward a node, return new node's datum
sl_removetRemove a node by key
sl_set_compareSet the comparison functions
sli_removetRemove a node by key
Was this page helpful?