单链表分解
//单链表分解算法 #include<stdio.h> #include<malloc.h> typedef char datatype; typedef struct node { datatype