Streaming Flashcards

(21 cards)

1
Q

what are the performance metric considered for the streaming model

A

size of working memory, sequential passes over the stream, processing time per item

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

majority problem

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Boyer-Moore algorithm pseudocode + description

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Prove the correctness of the Boyer-Moore algorithm

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a m-sample of a set X

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is a m-sample of a streaming

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Prof of the correctness of the reservoir sampling

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Reservoir sampling pseudo

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe the frequent items problem

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe the e approximate frequent items problem

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe sticky sampling + pseudo + analysis of the performance + prove the correctness of the algorithm

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Prove the working memory of the sticky sampling

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Prove the correctness of the sticky sampling

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

formula of the frequency of moments Fk (what are F0, F1 AND etc)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Probabilistic counting algorithm elements + prof

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Count min sketch elements + pseudo

15
Q

Count min sketch analysis (formula/relation + dim)

16
Q

Count sketch ingredients + pseudo

17
Q

Prove that count sketch is an unbiased estimator

18
Q

Bloom filter (description + ingredients + pseudo)

19
Q

False positive rate of the bloom filter + prof