Hashfunktionen (VL 12 & 13) Flashcards

1
Q

Divisionsmethode

A

h(k) = k mod m

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

Multiplikationsmethode

A

h(k) = ⌊m * (k * c mod 1)⌋

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

Lineares Sondieren

A

h(k, i) = (h’(k) + i) mod m

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

Qudratische Sondieren

A

h(k, i) = (h’(k) + c1 * i + c2 * i²) mod m

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

Doppeltes Hashing

A

h(k, i = (h1(k) + i * h2(k)) mod m

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