atlednolispe's initiation of algorithm.
IDEA:
- right click [src] -> Mark Directory as Sources Root
- File -> Project Structure -> Project language level:(JDK-version)
- Project compiler output: .../AlgorithmsForthEdition/out
- Dependencies -> add src/algs4/*.jar
CLASSPATH: default to ".", if is set, need to add . to the CLASSPATH or move *.class to CLASSPATH, or can't find *.class in the current working directory.