摘要: 方法一 函数库合并 毫无技术含量 不讲了 1 class Solution { 2 public double findMedianSortedArrays(int[] nums1, int[] nums2) { 3 int[] c= new int[nums1.length+nums2.lengt 阅读全文
posted @ 2020-12-06 19:12 加利亚的赤色恶魔 阅读(88) 评论(0) 推荐(0)
摘要: 好耶 今天的日常又能做咯 来个评论区老哥的骚套路 1 class Solution { 2 public List<List<Integer>> generate(int numRows) { 3 Integer[][] a= {{1}, 4 {1, 1}, 5 {1, 2, 1}, 6 {1, 3 阅读全文
posted @ 2020-12-06 18:37 加利亚的赤色恶魔 阅读(40) 评论(0) 推荐(0)