摘要: 在不知道长度的前提下查找链表的中间节点:#include"iostream"#include"stdio.h"#include"algorithm"#include"string.h"#include"cmath"#define maxsize 100using namespace std;type... 阅读全文
posted @ 2015-03-18 19:09 Run_For_Love 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 实现两个集合的差:#include"iostream"#include"stdio.h"#include"algorithm"#include"string.h"#include"cmath"#define maxsize 100using namespace std;typedef int dat... 阅读全文
posted @ 2015-03-18 19:08 Run_For_Love 阅读(140) 评论(0) 推荐(0) 编辑