Neetcode DSA Flashcards

1
Q

RAM has two components: values and their distinct a________s

A

values and their distinct addresses

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

32 bit integers are how many bytes?

A

4 bytes (8 bits per byte)

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

removing any node in a linked is always a c_ time operation (assuming we have a pointer to the previous node)

A

constant time operation

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