Hongtashang 的 站内主页
2008
10-11
10-11
小弟我今天遇到了链队的问题,请求各位高手解决,
算法如下:
#include "stdio.h"#include "malloc.h" typedef char ElemType;#define NULL 0
typedef struct qnode{ ElemType data;....
Read More >