摘要: 1.问题来源 在刷题是遇到字符串相关问题中使用 strcmp()函数。 在函数比较过程中有使用 排序函数 Sort(beg,end,comp),其中comp这一项理解不是很彻底。 cpp // 基础实现 void BubbleSort(vector& nums){ int i,j; int len= 阅读全文
posted @ 2019-02-22 14:32 dengshuo7412 阅读(527) 评论(0) 推荐(0) 编辑