摘要:
public class Test { Node headnode1 = new Node(); Node headnode2 = new Node(); // static Node headnode2=new Node(); @Before public void beforeTest1() { 阅读全文
posted @ 2018-10-10 16:08
ZECDLLG
阅读(104)
评论(0)
推荐(0)
摘要:
public class InsertList { //以其中一个链表为base表,另一个表向其中插入数据 // 测试失败,需要考虑的情况太多,很多漏洞~~~ 后来在网上发现了merger,很简便 public Node Insert(Node headNode1, Node headNode2) 阅读全文
posted @ 2018-10-10 16:06
ZECDLLG
阅读(150)
评论(0)
推荐(0)

浙公网安备 33010602011771号