Finished benchmark and plotting
This commit is contained in:
@@ -4,3 +4,5 @@ struct List {
|
||||
};
|
||||
|
||||
List *insert(List *head, int data);
|
||||
List *search(List *list, int value);
|
||||
List* remove(List *head);
|
||||
|
||||
Reference in New Issue
Block a user