380. Insert Delete GetRandom O(1) ArrayList + Map Insert 往最后插入delete 删除某节点前(此处需要用map快速定位到当前节点的位置) 先把最后一个节点换过来再删除当前节点