sucessfull testing

This commit is contained in:
Jonas Hofmann 2025-12-13 16:48:04 +01:00
parent b69cfb0640
commit b7fa24f2e9
2 changed files with 1 additions and 2 deletions

View File

@ -88,7 +88,7 @@ TreeNode *addToTreeRec(TreeNode *currentNode, TreeNode *newNode, CompareFctType
}
}
return currentNode;
}
@ -114,7 +114,6 @@ void *nextTreeData(TreeNode *root)
// return current top entry and then pop that top entry
stackRoot = pop(stackRoot);
pointerToReturn = top(stackRoot);
}

BIN
doble.exe

Binary file not shown.