Please help me with this. No one has answered this correctly andit has been asked before. DO NOT WRITE A PAPER ANSWER THIS ISCODE.
Code:
*****BaseMain.java*****
/**
* Program for generating kanji component dependency order viatopological sort.
*
* @author (your name), Acuna
* @version (version)
*/
public class BaseMain {
/**
* Entry point for testing.
* @param args the command line arguments
*/
public static void main(String[] args) {
//TODO: implement this
//Freebie: this is one way to load the UTF8 formated characterdata.
//BufferedReader indexReader = new BufferedReader(newInputStreamReader(new FileInputStream(new File(“data-kanji.txt”)),”UTF8″));
}
}
*****TopologicalSort.java*****
/**
* Interface
OR
OR