Skip to content
Snippets Groups Projects
Commit c264f9d7 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Skip list modifications and test.

Added functions
  skip_delete_node for properly deleting skip_node
  skip_destroy_list for properly destroying whole skip list
  skip_print_list for printing the skip list.

Changed return values of function skip_insert().
Renamed skip_delete() to skip_remove() and changed return value
  to int (successful / not found)
Bugfix in skip_remove().

Added test of skip list.
parent cce80656
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment