摘要: 双指针算法: 归并、快排等都是。 双指针算法的作用,将O(n^2)的算法优化成O(n)的算法。 输出一行字符串的每个单词: #include <iostream> #include <cstring> using namespace std; int main() { string str; get 阅读全文
posted @ 2020-03-11 22:19 龙雪可可 阅读(90) 评论(0) 推荐(0) 编辑
****************************************** 页脚Html代码 ******************************************