Tree_left_view_error

i am getting null pointer exception in my code. Kindly help me resolve this issue. Here is my code:

@Puneet_Sharma,

For construction of a tree, use a queue instead of recursion. Recursion will throw a nullpointer exception error .