Jump to content

Streamlizing algorithms: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Typo fixing and general clean up, removed wikify tag using AWB
Snotbot (talk | contribs)
m Fixing improperly nested section headings (task 5)
Line 4: Line 4:


==Streaming Graph==
==Streaming Graph==
====Semi-streaming Graphs====
===Semi-streaming Graphs===

With given [[Vertex (graph theory)|vertex]] set V, edges in edge set is shown one by one;
With given [[Vertex (graph theory)|vertex]] set V, edges in edge set is shown one by one;
# ......
# ......

Revision as of 03:46, 26 April 2011

As opposed to persistent data stored in memory medium for access on demand, transient data originated on line streams are lost if not explicitly stored. These transient data, called data streams, invalid many existing algorithms for persistent data. Paralleled with persistent data and data streams, streaming algorithms is coined which process streams with sublinear memory cost. Among many methods of designing algorithms for data streams, "streamlizing" algorithms to enable algorithms to process data streams is one of possible research directions.

Streaming Graph

Semi-streaming Graphs

With given vertex set V, edges in edge set is shown one by one;

  1. ......