Guest User

Untitled

a guest
Nov 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Is the answer to part b) of the problem based on markov's inequality or chernoff bound?
  2. Is it based on some classic problem or algorithm?
  3.  
  4. ProcessStream(stream S):
  5.  
  6. Repeat:
  7. xi = next item in the stream
  8. [do something really simple and fast with xi]
  9. Until the stream stops
  10. Output [something interesting]
Add Comment
Please, Sign In to add comment