This commit is contained in:
2022-02-14 23:24:33 +03:00
parent daeb29299f
commit a25f5bd5f1
8 changed files with 97 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
#include "SearchTree.h"
#include "../Autoarr/Autoarr.h"
STNode* STNode_create(){
STNode* node=malloc(sizeof(STNode));