One-pass algorithm: Difference between revisions

Content deleted Content added
No edit summary
Line 30:
* Sort the list according to some order on the symbols (possible since the number of symbols is limited).
* Find the maximum gap between two appearances of a given symbol.
* http://www.tks.informatik.uni-frankfurt.de/doc/EncycDBS_OnePassAlgos.pdf
 
==Example problems not solvable by one-pass algorithms==