Finished benchmark and plotting

This commit is contained in:
2025-05-05 01:34:33 +02:00
parent b14156589c
commit e45091b066
7 changed files with 183 additions and 23 deletions
+2
View File
@@ -4,3 +4,5 @@ struct List {
};
List *insert(List *head, int data);
List *search(List *list, int value);
List* remove(List *head);