From d3cfbabb0afd8b8587c3169b3aac0a7400ede1d3 Mon Sep 17 00:00:00 2001 From: "alec.schmidt" <alec.schmidt@etu.hesge.ch> Date: Sat, 28 May 2022 17:24:34 +0200 Subject: [PATCH] Update bp_tree.h --- bp_tree.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bp_tree.h b/bp_tree.h index eaa674f..bd8bccf 100644 --- a/bp_tree.h +++ b/bp_tree.h @@ -19,11 +19,9 @@ typedef struct control{ extern const control CONST_CONTR; -control value_to_insert(int val); void bp_print(node *nd, int depth); void bp_destroy(node *nd); -control bp_insert(node *nd, control val); node* bp_create_node(); node* bp_insert_val(node* tree, int val); void bp_print_as_ll(node *nd); -#endif \ No newline at end of file +#endif -- GitLab