In tryings to solve 3 problem

This commit is contained in:
AZEN-SGG 2025-05-20 20:40:38 +03:00
parent bccb0a6617
commit ed505ffc17
33 changed files with 1108 additions and 38 deletions

View file

@ -0,0 +1,8 @@
#ifndef SOLVE_H
#define SOLVE_H
#include "node.h"
int t5_solve (node *head);
#endif