美满鞋子

文章
4
资源
0
加入时间
3年0月9天

LeetCode每日一题:2月19日~2月23日

煎饼排序每一次翻转将前n个数最大值放到序列最后,保证可以在2*n次数下翻转完成class Solution {public: vector<int> pancakeSort(vector<int>& a) { vector<int> res; for (int n = a.size(); n >= 2; n -- ) { int