diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-06-26 23:42:10 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-06-26 23:42:10 -0500 |
| commit | e82bf059815a58594e14045b35df5d267c5ffe23 (patch) | |
| tree | 25da6296435e5b71a91d10af202597a18c07f691 /src/1-1-binary-search-tree.c | |
| parent | 013151fb7e5a204561392023e0a1bd7b8ade4a8d (diff) | |
a* and removed subobjects
Diffstat (limited to 'src/1-1-binary-search-tree.c')
| -rw-r--r-- | src/1-1-binary-search-tree.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <vectorlib.c> #include <time.h> +#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 + */ |
