Others Flashcards
1
Q
Priority Queue sorting ascending in C++
A
priority_queue, greater> queue;
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
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