Difference between revisions of "Linear Search"

From CompSciWiki
Jump to: navigation, search
 
 
Line 1: Line 1:
{{1260Topic
+
{{1010PrAD|ProblemName=The name of the program
|Chapter_TOC=[[System Software]]
+
  
|Introduction=Intro goes here
+
|Problem= The problem
  
  
|...by students=<em>By students here
+
|SideSection=
 +
[[Image:OperatingSystemExample.jpg|float|267px]]
 +
<BR>
 +
Taken from http://www.flickr.com/photos/daniello/565304023/
  
|Content=
+
An image or By Students section
  
Content here
+
|Solution=The solution...
 
+
|Previous=[[LINK]]
+
 
+
|Next=[[LINK]]
+
  
 
}}
 
}}

Latest revision as of 12:15, 30 March 2010

Back to the Program-A-Day homepage

Problem

The problem

 

SideSectionTitle

float
Taken from http://www.flickr.com/photos/daniello/565304023/

An image or By Students section

Solution

The solution...

Code

SolutionCode goes here. Please DO NOT put your code in <pre> tags!

Back to the Program-A-Day homepage