Good morning, I'm trying to create a recursive function that traverses a binary tree and finds the largest integer contained in the nodes.
My idea is to pass the pointer to the tree node, and a pointer to integer, and this pointer to integer...
asked by
29.08.2018 / 16:17