Penguin

Differences between current version and predecessor to the previous major change of Algorithm.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Wednesday, November 10, 2004 5:09:25 am by AristotlePagaltzis
Older page: version 2 Last edited on Tuesday, September 10, 2002 8:48:04 pm by CraigBox Revert
@@ -5,7 +5,9 @@
 Algorithms are the things that let us turn big data into small data, search through data structures, encrypt information so no-one can read it and in general make up the more interesting part of computer science. 
  
 There's algorithms all over the net - http://www.cs.sunysb.edu/~algorith/ contains a comprehensive collection of algorithm implementations for over seventy of the most fundamental problems in maths/computer science. 
  
-See CategoryAlgorithm for a list of interesting algorithms. 
+See Category:Algorithm for a list of interesting algorithms. 
  
 The course 0657.317B at TheUniversityOfWaikato comes highly recommended and is often referred to as a ComputerScienceMajor's favourite paper. 
+  
+Contrast [Heuristic].