I got this warning in VSCode: Type safety: The expression of type ArrayList[] needs unchecked conversion to conform to List<TreeNode>[] in EnumDAGTrees.java: List<TreeNode>[] subProblems = new ArrayList[n + 1];
I got this warning in VSCode:
Type safety: The expression of type ArrayList[] needs unchecked conversion to conform to List[]
in EnumDAGTrees.java:
List[] subProblems = new ArrayList[n + 1];