Compare commits

...

2 Commits

Author SHA1 Message Date
c37ce6327c tested entire program 2025-12-13 15:26:51 +01:00
111b9c5532 removed wrong isduplicate assignment 2025-12-13 15:23:28 +01:00
8 changed files with 2 additions and 3 deletions

View File

@ -87,11 +87,12 @@ TreeNode *addToTreeRec(TreeNode *currentNode, TreeNode *newNode, CompareFctType
*isDuplicate = 1; *isDuplicate = 1;
} }
} }
/*
if (isDuplicate != NULL) if (isDuplicate != NULL)
{ {
*isDuplicate = 0; *isDuplicate = 0;
} }
*/
return currentNode; return currentNode;
} }

BIN
bintree.o

Binary file not shown.

BIN
doble.exe Normal file

Binary file not shown.

BIN
highscore.o Normal file

Binary file not shown.

View File

@ -1,3 +1 @@
àoï;0
test;9238
player1;3999 player1;3999

BIN
main.o Normal file

Binary file not shown.

Binary file not shown.

BIN
timer.o Normal file

Binary file not shown.