One-pass algorithm: Difference between revisions

Content deleted Content added
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.