Binary Tree Program Urgent And Super Easy C Program 1

Question Description

Write a function that prints out all the values in a binary tree that are greater than or equal to a value passed to the function.

Here is the prototype:

void PrintBig(struct tree_node *current_ptr, int value);

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply