copy. merge. split, insert before or after a specific item
lmplement some of the other list operators: copy. merge. split, insert before or after a specific item. How do the two insertion operations differ in difficulty? How much can you use the routines we've written, and how much must you create yourself?
.copy. merge. split, insert before or after a specific item