Closed
Description
Currently, each file got named as "[problem].java". However, they use "Solution" as the class name in the content.
Is that better to change the file name to be "Solution.java" to keep it matching the class name?
Otherwise, the java file is not compilable...
I think we can put each problem into a separate folder named the same as the problem.