经典面试题---单链表的基本操作(C语言实现)
摘要:以下是常见的单链表操作,包括倒序、排序、查找等函数,亲调可用,基础知识,值得品味#include#include#define ERROR 0#define OK 1typedef int status;typedef int ElemType;typedef struct ...
阅读全文
posted @ 2016-06-24 12:05
posted @ 2016-06-24 12:05
posted @ 2016-06-12 22:48
posted @ 2016-06-04 18:16