搜索资源列表
lianbiaoguibing
- 链表归并算法。该算法是将两个有序链表归并。-Linked list merge algorithm. The algorithm is to merge two sorted linked list.
list
- 1)编一程序把A表B表重复的节点提取出来,形成一条新的单向递增链表D。 2)将A表和B表归并成一个新的递增有序不重复的有环单向链表C(即重复的数字只出现一次), 要求合并后链表C的最后一个节点 的下一个节点指向 链表C中间一个节点, 形成平卧的 6 字形链表。 连接结点为最接近链表C的结点数值平均值的那个结点。 3)判断一个链表是否存在环。 输入:DataSource.txt 输出:链表C各个结点和链表D各个结点,并输出显示 结点个数,平均值, 是否有环,有环的情况下
homework
- 实现将两个非空的递增的有序链表合并为一个非递减的有序链表。要求链表仍使用原来两个链表的存储空间,不另外占用其他的存储空间。-To achieve the two non-empty ordered list of incremental consolidated into a non-decreasing ordered list. Requirements list is still using the original two lists of storage space, not othe