Posts by Allef • 101 points
1 post
-
10
votes3
answers561
viewsQ: Nth value of a binary search tree
I’ve been trying to create a recursive function from the function that lists a binary tree in order. This function would return the term N-th, in order, from a binary search tree. Each node is in…