Bucky-Cheng / pairWiseAlgo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pairWiseAlgo

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

About


Languages

Language:Java 98.5%Language:HTML 1.5%