Task 1 is done
This commit is contained in:
parent
f7e5c0b877
commit
23eff9e484
19 changed files with 553 additions and 10 deletions
8
2025.05.23/Example/solve.h
Normal file
8
2025.05.23/Example/solve.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef SOLVE_H
|
||||
#define SOLVE_H
|
||||
|
||||
#include "node.h"
|
||||
|
||||
int t1_solve (node *head);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue