上一页 1 2 3 4 5 6 ··· 21 下一页
摘要: #includeusing namespace std;#includestruct node{ int data; node* n... 阅读全文
posted @ 2020-09-19 21:35 _Hsiung 阅读(105) 评论(0) 推荐(0) 编辑
摘要: List Merge(List L1, List L2){ List L = (List)malloc(sizeof(str... 阅读全文
posted @ 2020-09-19 20:15 _Hsiung 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 总共 n个人 从s号开始,m个删去一个 #include#includeusing namespace std;int main()... 阅读全文
posted @ 2020-09-19 16:04 _Hsiung 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 这是stl deque的测试 仅实现部分功能 这是利用首位相接的数组 [循环队列]仿stl双端队列deque 将得到一样的结果 ... 阅读全文
posted @ 2020-09-16 14:39 _Hsiung 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 后面想了想 还是不要取1 0取 4和3比较好 这样些比书上感觉好理解些,而且可以找出所有路径 #include#includeu... 阅读全文
posted @ 2020-09-14 22:13 _Hsiung 阅读(64) 评论(0) 推荐(0) 编辑
摘要: #include#includeusing namespace std;templateclass Stack{ T* elemen... 阅读全文
posted @ 2020-09-14 16:56 _Hsiung 阅读(60) 评论(0) 推荐(0) 编辑
摘要: #includeusing namespace std;typedef struct node* list;struct node{... 阅读全文
posted @ 2020-09-13 14:24 _Hsiung 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-26 09:07 _Hsiung 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 二维数组 #include #include #include #include#include#includeusing name... 阅读全文
posted @ 2020-08-26 08:05 _Hsiung 阅读(41) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include#include#includeusing namespac... 阅读全文
posted @ 2020-08-25 21:53 _Hsiung 阅读(90) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 21 下一页