I'm trying to write a tail-recursive level functio...
# announcements
k
I'm trying to write a tail-recursive level function for a tree that finds out what level the node is at, but for some reason, when I call the parent's level it marks it as not tail-recursive