One-pass algorithm

id: one-pass-algorithm-247-9472717
title: One-pass algorithm
text: In computing, a one-pass algorithm or single-pass algorithm is a streaming algorithm which reads its input exactly once. It does so by processing items in order, without unbounded buffering; it reads a block into an input buffer, processes it, and moves the result into an output buffer for each step in the process. A one-pass algorithm generally requires O(n) (see 'big O' notation) time and less than O(n) storage (typically O(1)), where n is the size of the input. An example of a one-pass algori
brand slug: wiki
category slug: encyclopedia
description: Type of streaming algorithm
original url: https://en.wikipedia.org/wiki/One-pass_algorithm
date created:
date modified: 2023-12-12T14:59:53Z
main entity: {"identifier":"Q7092332","url":"https://www.wikidata.org/entity/Q7092332"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part