Neetcode DSA Flashcards
1
Q
RAM has two components: values and their distinct a________s
A
values and their distinct addresses
2
Q
32 bit integers are how many bytes?
A
4 bytes (8 bits per byte)
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