Deliverable 1

Uploaded the zip file containing the source code for a Sorting Network.

Download deliverable 1

Guidelines:

1. Sorting_Network.java contains the source code.

2. input1.txt and input2.txt are two sample inputs with 8 and 32 numbers to be sorted respectively.

3. The code can be run by:

java Sorting_Network 8 input1.txt

java Sorting_Network 32 input2.txt