Started task 9
This commit is contained in:
parent
f8c00118de
commit
d7ac3be857
14 changed files with 358 additions and 0 deletions
8
2025.05.23/09Ex/solve.h
Normal file
8
2025.05.23/09Ex/solve.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SOLVE_H
|
||||
#define SOLVE_H
|
||||
|
||||
#include "node.h"
|
||||
|
||||
node * t9_solve (node *head);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue