Problems # Title Likes 1 Connect nodes at the same level in a binary tree 0 2 Level order, breadth first search or zig-zag traversal of a binary tree 0 3 Delete all the nodes from a binary tree 0 4 Print nodes at k level from the root in a binary tree 0 5 Find the first common ancestor of two nodes in a binary tree 0 6 Determine if a binary tree is a binary search tree 0 7 Given the binary tree create linked lists of the nodes at the same level 0 8 Create a minimal height binary search tree from given sorted array of unique integers 0 9 Determine if a binary tree is balanced 0 Connect nodes at the same level in a binary tree Level order, breadth first search or zig-zag traversal of a binary tree Delete all the nodes from a binary tree Print nodes at k level from the root in a binary tree Find the first common ancestor of two nodes in a binary tree Determine if a binary tree is a binary search tree Given the binary tree create linked lists of the nodes at the same level Create a minimal height binary search tree from given sorted array of unique integers Determine if a binary tree is balanced 1