diff --git a/src/bvs.c b/src/bvs.c index 2bca6ff..c9a027f 100644 --- a/src/bvs.c +++ b/src/bvs.c @@ -1,7 +1,3 @@ -// -// Created by Елена Марочкина on 08.10.2022. -// - #include "bvs.h" tree_node *create_node(int value){ diff --git a/src/bvs.h b/src/bvs.h index 0a3d57d..72a0c89 100644 --- a/src/bvs.h +++ b/src/bvs.h @@ -1,7 +1,3 @@ -// -// Created by Елена Марочкина on 08.10.2022. -// - #ifndef IFJ_PROJ_2022_BVS_H #define IFJ_PROJ_2022_BVS_H