From e82bf059815a58594e14045b35df5d267c5ffe23 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Fri, 26 Jun 2026 23:42:10 -0500 Subject: a* and removed subobjects --- src/1-1-binary-search-tree.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/1-1-binary-search-tree.c') diff --git a/src/1-1-binary-search-tree.c b/src/1-1-binary-search-tree.c index cb5efc1..b6ff99e 100644 --- a/src/1-1-binary-search-tree.c +++ b/src/1-1-binary-search-tree.c @@ -4,6 +4,8 @@ #include #include +#define PROJECT_NAME "algorithms-binary search tree" + typedef struct TREE{ BS_Node *root; } TREE; @@ -30,4 +32,4 @@ int main(int argc, char **argv){ /* Challanges * * balance the tree - */ \ No newline at end of file + */ -- cgit v1.3