Skip to content

tsyxyz/algs4-ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algs4-ex

Exercises for Algorithms 4th edition.

IntelliJ IDEA configuration

  1. File->Project Structure...;

  2. Project Settings: Modules->Dependencies;

  3. Click + and select JARs or directories...;

  4. Select /Users/taoshaoyuan/code/algs4-ex/resource/algs4.jar.

Terminal configuration

Include path of algs4.jar to CLASSPATH:

$ export CLASSPATH=$CLASSPATH:/Users/taoshaoyuan/code/algs4-ex/resource/algs4.jar

Run in terminal

$ javac src/xxx/yyy.java # compile
$ cd src # must in src
$ java xxx.yyy # run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages