Content deleted Content added
Geysirhead (talk | contribs) removed Category:Algorithms; added Category:Streaming algorithms using HotCat |
|||
Line 17:
Given a list of numbers:
* Find the ''k'' largest or smallest elements, ''k'' given in advance.
* Find the [[summation|sum]], [[mean]], [[variance]] and [[standard deviation]] of the elements of the list. [[Algorithms_for_calculating_variance]]
Given a list of symbols from an alphabet of ''k'' symbols, given in advance.
|