写一个单链表算法
定义一个线性单链表结构体struct FileDataList
{
int flag;//flag 为0 or 1
struct FileDataList *next;
};
链表已经建立。
写一算法,实现删除flag值为0的所有节点,那位大哥帮忙发一个好吗
2008-01-18 14:54
2008-01-18 17:02
2008-01-18 17:34

2008-01-18 17:44