c#数据结构———链表2
摘要:
其他几个自定义删除,插入,获取 //求链表长度 public int ListLength() { int n = 0; ListNode testNode = new ListNode(null); testNode = firstNode; ... 阅读全文
posted @ 2005-04-21 21:25 胡敏 阅读(3777) 评论(6) 推荐(0) 编辑
开博没有太监的客。。。
posted @ 2005-04-21 21:25 胡敏 阅读(3777) 评论(6) 推荐(0) 编辑
posted @ 2005-04-21 17:51 胡敏 阅读(3259) 评论(4) 推荐(0) 编辑