Linked list is more exception safe as comparison to vector because in linked list pop_back, pop_front ,remove,insert,erase are exception safe( strong guarantee) while in vector insert and erase exception safe until copy constructor and assignment operator no throw exception means basic guarantee)