Description: (ordered table (sequential storage) merger) assuming a two ordered list of LA and LB, to design an algorithm to merge them into an orderly table LC (assuming each ordered table and two ordered lists all duplicate elements). Requirements do not destroy the original tables LA and LB.
To Search:
File list (Check if you may need any files):
有序表归并(单链表存放).cpp
有序表归并(单链表存放).exe