<?php require("header.php") ?>
<div id="content">
<div id="right">
<h2>What's going on when</h2>

<p>
Along with the topics below, we will also be covering some of the most frequently asked programming questions.  We want to save those questions until we discuss them in class, so we are not listing them here.  You'll just have to come to find out everything we cover!</p>
<p>
<h3>Jan 12</h3>
<ul>
  <li>Introduction</li>
  <li>Big-O notation</li>
  <li>Parallel programming</li>
  <li>Various recurring topics</li>
</ul>
<h3>Jan 13</h3>
<ul>
  <li>Sorting</li>
  <li>Linked lists</li>
  <li>Queues/stacks</li>
  <li>Hash tables</li>
</ul>
<h3>Jan 14</h3>
<ul>
  <li>Binary search trees</li>
  <li>Bitwise operations</li>
  <li>Program design and design patters</li>
</ul>
<h3>Jan 15</h3>
<ul>
  <li>Practicing frequently asked programming questions in a workshop format</li>
</ul>

</p>
</div>
</div>
</body>
</html>
