
Collaborative Text Editing System
System Model
Replicated List
A shared document is modeled as a replicated list object, which allows its clients to
insert and delete elements at different replicas.
ins(a, k):insert elementaat the positionk; return the contents of the listdel(a):delete the elementa; return the contents of the listread():return the contents of the list




近期评论