2-10-merge Extended Linear Single-chain table-linear table-Chapter 2nd-Data Structure textbook source code-yan Weimin Wu Weimin edition, 2-10-Data Structure
Textbook source code
Chapter 2 linear table-Linear Linked List with extended merge
-- Data Structure-yan Weimin. Wu Weimin
Source code instructions☛☛☛Data Structure-C language version (Yan Weimin, Wu Weimin version) Textbook source code + EXERCISE set parsing instructions
Textbook source code compilation Link☛☛☛Data Structure textbook source code compilation
Question set full resolution Link☛☛☛Analysis and structure question set
File links introduced in this source code☛Extended list. c
Test data download link☛Data Packets
Source code and test data storage directory in the document: Data Structure \ ▲textbook Algorithm Implementation \ ▲02 linear table \ 10 MergeEList
Overview
It is still a linear table merge algorithm, but this merge is an Extended Linear table.
Analysis
This merge application is the operation of the Extended Linear table, making the entire merge algorithm more efficient.
Source code
File 1☛MergeEList. h
File 2☛MergeEList. c
File 3☛MergeEList-main.c (test documentation)
File 4☛TestData_La.txt (linear single-chain table La data file)
File 5☛TestData_Lb.txt (linear single-chain table Lb data file)
Test Result Display
Updating more chapters...