- laboratory work number :this is a group name
- variant description : Unrolled linked list(group 1)
- list of group members : Zhang Mingqing ; Wang Zetian
- contribution summary for each group member (should be checkable by git log and git blame);
- Zhang Mingqing Complete the writing and testing of Muatable Code
- Wang Zetian Complete the writing and testing of Immutable Code
- Together to Complete readme.md
Maybe we don't fully test the code,so some function may work just the most time,but in some extreme cases,it may have some mistakes.
And from the notes of homework ,what i get the meaning of the immutable and the mutable one it that: 1.The mutable one is that we can change the linklist itself. 2.The immutable one is that we should keep the orginal one and we change its copy and return the copy.