Introduction - If you have any usage issues, please Google them yourself
I taught courses at the time of the data structure of the sample written procedures, including the following code:
Long integer: ch0_bigint2.c
Implementation of the order form: ch2_stable.c
List of implementation ch2_ltable.c
Orderly merger of the two tables: ch2_stable_merge.c
Calculated expression: ch3_express.c
Queue implementation chain: ch3_lqueue.c
Chain stack implementation: ch3_lstack.c
Maze Solving: ch3_maze.c
The order of the queue implementation: ch3_squeue.c
The order of the stack implementation: ch3_sstack.c
Parentheses matching test: ch3_sstack_ (). C
Implementation of fixed-length string: ch4_sstring.c
String pattern matching: ch4_string_math.c
Generalized table implementation: ch5_GList.c
Tree traversal: ch6_traverse.c
Insertion Sort: ch10_InsertSort.c
Topological sort and the critical path: ch7_critical_path.c