Language Java, JDK:1.8 IDE: IntelliJ IDEA, Maven: No
Have initial input data, need to modify the expected input data , the data format is Spring[][].
Initial input data String[][] initial = new String[][]{
{"F", "B", "E"},
{"D", "N"},
{"U", "N",""},
{"O", "R"},
{"S", "L",""},
{"D", "I",""},
{"V", "N"},
{"D", "G",""},
{"P", "N", "L"},
{"N", "D", "J", "S"}
};
Modify it in the src/PWAlgo/AllArray.class