数据结构题目,CirSinglylyList双链表类的成员方法 Void replaceAll(CirSinglyListpattern, CirSinglyListlist) 替换所有与pattern匹配的子表为list,Node节点类需自行编写