Exercises for Algorithms 4th edition
.
-
File
->Project Structure...
; -
Project Settings: Modules
->Dependencies
; -
Click
+
and selectJARs or directories...
; -
Select
/Users/taoshaoyuan/code/algs4-ex/resource/algs4.jar
.
Include path of algs4.jar to CLASSPATH
:
$ export CLASSPATH=$CLASSPATH:/Users/taoshaoyuan/code/algs4-ex/resource/algs4.jar
$ javac src/xxx/yyy.java # compile
$ cd src # must in src
$ java xxx.yyy # run