Differences between version 3 and revision by previous author of Algorithm.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Tuesday, September 10, 2002 9:17:05 pm | by PerryLorier | Revert |
Older page: | version 2 | Last edited on Tuesday, September 10, 2002 8:48:04 pm | by CraigBox | Revert |
@@ -5,7 +5,7 @@
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.