...

/

Exercise: Calculating the Size of a Tree

Exercise: Calculating the Size of a Tree

Challenge yourself with an exercise in which you'll have to calculate the size of a binary tree!

We'll cover the following...

Problem

The size of the tree is the total number of nodes in a tree. You are required to return the size of a ...