ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-AU"> <head> <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> <meta name="author" content="pat" /> <meta name="keywords" content="cmpe250, data structures, algorithm, java " /> <meta name="description" content="CMPE 250 Data Structures and Algorithms" /> <title>CMPE 250 Data Structures and Algorithms</title> <link rel="stylesheet" type="text/css" href="css/drifting_screen.css" media="screen, tv, projection" /> <link rel="stylesheet" type="text/css" href="css/drifting_print.css" media="print" /> </head> <body> <!-- Layout container starts --> <div id="layoutBox"> <!-- HEADER: controls the header layout, images, title and subTitle. --> <div id="headerBox"> <!-- div id="headerLeftBox" --> <span class="title"> CMPE 250 Data Structures and Algorithms </span> <br /> <span class="subTitle"> Spring 2009 </span> <!-- /div --> <!-- div id="headerRightBox" --> <!-- /div --> </div> <!-- MENU: include as many submenus as you want. Menu groups should begin with a <h1> and then all menu links need to be defined in a <div class="menuGroup">. The <span class="noDisplay"> | </span> after each link only needs to be included if this site will be loaded in a text only browser --> <div id="menuBox"> <h1> Course Information </h1> <div class="menuGroup"> <a href="#announcements" title="Announcements"> <img src="images/menu_icon.gif" alt="Go to Announcements" width="11" height="7" /> Announcements</a><span class="noDisplay"> | </span> <a target="_blank" title="Syllabus" href="files/syllabus.doc"> <img src="file://web/cmpe250/spring2006/images/menu_icon.gif" alt="Download Syllabus" width="11" height="7"> Syllabus</a><span class="noDisplay"> | </span> <a href="#onlinematerials" title="Online Materials"> <img src="file://web/cmpe250/spring2006/images/menu_icon.gif" alt="Go to Online Materials" width="11" height="7"> Online Materials</a><span class="noDisplay"> | </span> <a href="#contactus" title="Contact Information"> <img src="file://web/cmpe250/spring2006/images/menu_icon.gif" alt="Get Contact Information" width="11" height="7"> Contact Information</a><span class="noDisplay"> || </span> <p>&nbsp;</p> <h1> Projects </h1> <p> <a href="#project1" title="Project #1"> <img src="file://web/cmpe250/spring2005/images/menu_icon.gif" alt="Project #1" width="11" height="7"> Project #1</a><span class="noDisplay"> | </span> <a title="Project #2" href="#project2"> <img src="file://web/cmpe250/spring2005/images/menu_icon.gif" alt="Project #2" width="11" height="7"> Project #2</a><span class="noDisplay"> | </span> <a title="Project #3" href="#project3"> <img src="file://web/cmpe250/spring2005/images/menu_icon.gif" alt="Project #3" width="11" height="7"> Project #3</a><span class="noDisplay"> | </span> </p> <h1> Grades </h1> <div class="menuGroup"> <a title="Announcements" href="files/grades.htm"> <img src="images/menu_icon.gif" alt="Go to Announcements" width="11" height="7" /> Grades</a></div> <p>&nbsp;</div> </div> <!-- MAIN CONTENT : to add new headings, include a <h1> and then as many <p> blocks as you'd like. <h2> will create subheadings. To finish a section, include a <br/> to clearly define it. --> <div id="mainContent"> <a name="Announcements"></a> <h1>Announcements</h1> <ul> </ul> <p>&nbsp;PS Hours: Monday 17:00-19:00 in ETA A5</p> <p>&nbsp;Project 1 is announced. Deadline is April 7th, 23:59.</p> <p>&nbsp;Project 2 is announced. Deadline is May 4th, 23:59.</p> <p>&nbsp;Project 3 is announced. Deadline is May 28th, 23:59.</p> <p>&nbsp;First midterm will be on April 8th, 2009.</p> <p>&nbsp;<b>Grades (including Project 2 & Midterm 2 & Final Exam) </b> can be found <a href="files/Grades.xls">here</p> <a name="project1"></a> </p> <h1>Project #1</h1> <p> <a name="project1"></a> &nbsp;You can download the project description and its related files from <a href="files/Project1.rar">here</a>.</p> <h1>Project #2</h1> <p> <a name="project2"></a> &nbsp;You can download the project description and its related files from <a href="files/Project2.doc">here</a>.</p> <p> <a name="project3"></a> <h1>Project #3</h1> &nbsp;You can download the project description and its related files from <a href="files/Project3.rar">here</a>.</p> </p> <a name="onlinematerials"></a> <h1>Online Materials</h1> <ul> <li>You can download JDK 6 and documentation from <a href="http://java.sun.com/javase/downloads/index.jsp" target="_blank"> here</a>.</li> </ul> <p> <a name="contactus"></a> </p> <h1>Contact Information</h1> <p> <b>Instructor:</b> Fikret Gurgen <img src="images/gurgen.jpg" alt="Fikret Gurgen" title="Fikret Gurgen" class="imgLeft" width="72" height="72"/> <ul> <li><b>Phone:</b> +90 212 359 6863</li> <li><b>E-mail:</b> gurgen<img src="images/et.gif" width="15" height="15">boun.edu.tr</li> <li><b>Office:</b> ETA 22</li> <li>&nbsp;</li> </ul> <p> <b>Teaching Assistant:</b> Ayse Tosun <ul> <li><b>Phone:</b> +90 212 359 7227</li> <li><b>E-mail:</b> aystsn<img src="images/et.gif" width="15" height="15">gmail.com</li> <li><b>Office:</b> ETA 36</li> </ul> <br /> <!-- FOOTER: whatever you want in here - maybe a last updated or breadcrumb? --> <div class="footer"> &nbsp; </div> </div> <!-- BUG FIX: This corrects another IE rendering bug.... You notice it only when the menu container length is greater than the main content container. Without this, when an a:hover is triggered in the main container, IE reflows the page and cuts off the menu at the bottom of the main container. --> <div class="spacer"> </div> </div> <!-- Layout container ends --> </body> </html>