kaist-cp / cs500

Moved to https://cp-git.kaist.ac.kr/jeehoon.kang/cs500
25 stars 7 forks source link

Question about linked list #76

Closed kuonom closed 5 years ago

kuonom commented 5 years ago

in list X->Y->Z->W, like pdf, when we delete Z and insert N between Z and W, if insert is aborted, you said insert will retry. then what's mean of "retry"?

if don't execute insertion, result will be X->Y->W. what's happen if insertion is retry? it can be X->Y->N->W? I think it is not good..

jeehoonkang commented 5 years ago

At this stage of semester, I'd like to close tech-related issues.