Chris Pollett > Students >
Satyavolu

    ( Print View )

    [Bio]

    [Project Blog]

    [CS 297 Proposal]

    [Deliverable 1]

    [Deliverable 2]

    [Deliverable 3 - PDF]

    [Deliverable 4 - PDF]

    [CS 298 Proposal]

    [CS297 Report - PDF]

    [CS298 Presentation - PDF]

    [CS298 Report - PDF]

                          

























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