赶在新年前,再发一篇

摘要: #include <vector> #include <algorithm> #include <stdio.h> //将一个序列分成n个递增子序列,求n的最小值 int MinIncrSeqCount(const std::vector<int>& v) { std::vector<int> v1 阅读全文
posted @ 2019-12-31 19:08 bluehero888 阅读(64) 评论(0) 推荐(0)

新年就要来了,赶在今年开通了博客~

摘要: 来一段简洁的单链表反转 阅读全文
posted @ 2017-12-31 22:22 bluehero888 阅读(77) 评论(0) 推荐(0)