<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="cctHW.xsl" ?>
<assignment name="Lab 2 - Sorting"
            date="FIX"
            course="CS3851-1"
            professor="Dr. Chris Taylor" xml:space="preserve">
<author msoelogin="FIX" email="FIX@msoe.edu">FIX</author>
<author msoelogin="FIX" email="FIX@msoe.edu">FIX</author>

<section name="Sorting Times">

<figure caption="Sorting time comparison chart for words.txt">
  <table border="1">
    <tr>
      <td align="center" bgcolor="#6699CC">Container</td>
      <td align="center" bgcolor="#6699CC">InsertionSort</td>
      <td align="center" bgcolor="#6699CC">QuickSort</td>
      <td align="center" bgcolor="#6699CC">HybridSort</td>
      <td align="center" bgcolor="#6699CC">Collections.sort</td>
    </tr>
    <tr>
      <td align="left" bgcolor="#6699CC">ArrayList&lt;String&gt;</td>
      <td align="right">FIX</td>
      <td align="right">FIX</td>
      <td align="right">FIX</td>
      <td align="right">FIX</td>
    </tr>
    <tr>
      <td align="left" bgcolor="#6699CC">LinkedList&lt;String&gt;</td>
      <td align="right">FIX</td>
      <td align="right">FIX</td>
      <td align="right">FIX</td>
      <td align="right">FIX</td>
    </tr>
  </table>
</figure>

</section>

<section name="Discussion">

  <section name="Asymptotic Analysis">

    <section name="InsertionSort">

      <p>
FIX
      </p>

    </section>

    <section name="QuickSort">

      <p>
FIX
      </p>

    </section>

    <section name="HybridSort">

      <p>
FIX
      </p>

    </section>

    <section name="Collections.sort">

      <p>
FIX
      </p>

    </section>

    <section name="Discussion of Theory and Results">
    <!-- Does the O() analysis match the benchmarking results? -->

      <p>
FIX
      </p>

      <p>
FIX
      </p>

    </section>

  </section>

  <section name="FIX's discussion of how you worked as a team">

    <p>
FIX
    </p>

  </section>

  <section name="FIX's discussion of how you worked as a team">

    <p>
FIX
    </p>

  </section>

  <section name="Problems/Solutions Encountered">

    <p>
FIX
    </p>

  </section>

</section>

<section name="Conclusions">

  <p>
FIX
  </p>

</section>

<section name="Source Code">

  <section name="FIX.java">

  <code><![CDATA[
FIX
  ]]></code>

  </section>

  <section name="FIX.java">

  <code><![CDATA[
FIX
  ]]></code>

  </section>

  <section name="FIX.java">

  <code><![CDATA[
FIX
  ]]></code>

  </section>

<!-- add/remove subsections as needed -->

</section>

</assignment>
