Diameter of binary tree

binary tree = [1,2,Null,3,Null,4,Null] which is in form of regular single linked list .what is definition of diameter of binary tree and diameter of above tree?

Just search on google

What is diameter of above tree(which I mentioned in my blog)

3