Skip to content
Snippets Groups Projects
Commit d3cfbabb authored by alec.schmidt's avatar alec.schmidt
Browse files

Update bp_tree.h

parent caf58132
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,8 @@ 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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment