ArrayList
Example:
Input : 1 / \ 2 3 Output : [1, 3]
public ArrayList<Integer> rightMostNodes(TreeNode root) { }