Describe analgorithm,relying only on the binary tree operations, that counts the number of leaves in a binary tree that are the left child of their respective parent
a) Depth-first search algorithm
b) Breadth-first search algorithm
c) Pre-order traversal algorithm
d) Post-order traversal algorithm