2020年12月30日

算法 *-* 区间问题

摘要: 总结 1.画图,画图,画图。直观观察规律 2.排序,排序,排序。按照起点/终点排序,或者混合排序。 int[][] points = new int[][]{{1,2},{1,4},{10,18},{7,11},{3,6}}; // 按照起点升序排列;起点相同时,终点按照降序排列 Arrays.so 阅读全文

posted @ 2020-12-30 01:34 frank_cui 阅读(131) 评论(0) 推荐(0)

导航

levels of contents