Others Flashcards

1
Q

Priority Queue sorting ascending in C++

A

priority_queue, greater> queue;

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

how left join works?

A
it keeps all original records of left table and try to find corresponded values in the right table
L1 R2
L2 -
L3 -
L4 R5
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is the avalanche effect?

A

In cryptography, the avalanche effect is the desirable property of cryptographic algorithms, typically block ciphers and cryptographic hash functions, wherein if an input is changed slightly (for example, flipping a single bit), the output changes significantly

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