Skip to content
Takeuchi Leorge edited this page Dec 5, 2015 · 44 revisions

Welcome to the QuickJava wiki!

I created this project to improve quicksort written in java by Robert Sedgewick and Kevin Wayne.
Download this project first.

$ git clone https://github.com/leorge/QuickJava
$ cd QuickJava

or

$ svn co https://github.com/leorge/QuickJava
$ cd QuickJava/trunk

If you have not installed git or subversion, click <> button on the right tab in this page, and click Download ZIP button. However, I recommend to install git, because it is easy to update files by following commands.

$ git pull
$ ./build

Download files from princeton university and build.

$ ./download

Ignore warnings.
Build application programs.

$ ./build

Note that column positions of tables in my wiki pages are adjusted.
This project is based on my another project in C language.


[First] : Shuffle vs random