Error:
need to use hashtable + vector.
Hashtable to check whether a element is in vector or not. And store the index of vector, i.e., key: val in vector, val: index in vector
Vector is use to insert/delete/random get
Error:
need to use hashtable + vector.
Hashtable to check whether a element is in vector or not. And store the index of vector, i.e., key: val in vector, val: index in vector
Vector is use to insert/delete/random get