Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 240 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 240 Bytes

arraysort

sort array of integers

  1. generates file "in.txt" of random integers ranging from 0 to 2,000,000
  2. sort array using quick sort algorithm
  3. prints result to "out.txt"

use java command to run the app:

java SortArray.java