Task 3 is done
This commit is contained in:
parent
8f1d1cccff
commit
34f67b3187
3 changed files with 18 additions and 6 deletions
|
@ -49,7 +49,7 @@ int main (int argc, char *argv[])
|
|||
} while (0);
|
||||
|
||||
print_list(head, p);
|
||||
|
||||
|
||||
t = clock();
|
||||
res = t3_solve(head);
|
||||
t = (clock() - t) / CLOCKS_PER_SEC;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue