### Simple test ### item [size] ------------------------------- 1 [1] 3 [3] 9 [1] 11 [7] 16 [1] 21 [3] 32 [1] ------------------------------- ### Testing bst_find() ### Found 9 Did not find 23 ### Testing bst_remove() ### Found 11 ------------------------------- 1 [1] 3 [2] 9 [6] 16 [1] 21 [3] 32 [1] -------------------------------