(in the interview) how to implement a linked list + single vs double
Sigiloso
give each element the ADDRESS of the next element in the list. For double linked, also give them the ADDRESS of the previous element. know the start+end by encasing it in an object that stores the start+end addresses