This commit is contained in:
maxgrf 2025-12-11 12:06:12 +01:00
parent 4b0630ecef
commit 386d9564a5
4 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -56,12 +56,12 @@ unsigned int *createNumbers(unsigned int len)
return numbers;
free(numbers);
}
*/
int compare(const void *a, const void *b)
{
return (*(int *)a - *(int *)b);
}
*/
// mit Binärbaum
unsigned int *createNumbers(unsigned int len)

BIN
numbers.o

Binary file not shown.

BIN
timer.o

Binary file not shown.