<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" xmlns:m="http://www.w3.org/1998/Math/MathML" id="new">
  <name>Design Patterns for Sorting</name>
  <metadata>
  <md:version>1.1</md:version>
  <md:created>2008/07/28 18:07:07.828 GMT-5</md:created>
  <md:revised>2008/07/28 18:19:15.750 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="swong">
      <md:firstname>Stephen</md:firstname>
      
      <md:surname>Wong</md:surname>
      <md:email>swong@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="swong">
      <md:firstname>Stephen</md:firstname>
      
      <md:surname>Wong</md:surname>
      <md:email>swong@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>Design</md:keyword>
    <md:keyword>Merritt</md:keyword>
    <md:keyword>object oriented</md:keyword>
    <md:keyword>patterns</md:keyword>
    <md:keyword>programming</md:keyword>
    <md:keyword>sorting</md:keyword>
  </md:keywordlist>

  <md:abstract>Object-oriented sorting of arrays, based on Merritt's sorting thesis.</md:abstract>
</metadata>
  <content>
    <para id="delete_me">This is just a stub that will be filled with content later.

Below are examples of Flash sorting animations.
</para><example id="element-749"><name>Traditional Selection Sort</name><para id="element-370">
  Below is an animation of a traditional selection sort algorithm:
</para>
	<media type="application/x-shockwave-flash" src="selection_sort_trad.swf">
		<param name="height" value="450"/>
		<param name="width" value="500"/>
		<param name="alt" value="Animated traditional selection sort algorithm"/>
	</media>
</example><example id="element-245"><name>Merritt Selection Sort</name><para id="element-773">
  Below is an animation of a Merritt selection sort algorithm:
</para>
	<media type="application/x-shockwave-flash" src="selection_sort_Merritt.swf">
		<param name="height" value="600"/>
		<param name="width" value="500"/>
		<param name="alt" value="Animated traditional selection sort algorithm"/>
	</media>
</example>   
  </content>
  
</document>
