Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 271 Bytes

newnote_1597904676143.md

File metadata and controls

10 lines (9 loc) · 271 Bytes

LeetCode 回文串 基本 树 基本 区间调度算法:无重叠区间,合并区间(双指针) 区间交集问题 贪心算法

c++ 数组排序

sort(viA.begin(), viA.end(), [](const vector<int> &a, const vector<int> &b) {return a[0] < b[0]; });