摘要: public class Solution { public int[] DiStringMatch(string S) { var len = S.Length; var min = 0; var max = len; var list = new List(... 阅读全文
posted @ 2018-11-18 18:49 Sempron2800+ 阅读(152) 评论(0) 推荐(0) 编辑
摘要: public class Solution { public bool ValidMountainArray(int[] A) { bool findTop = false; if (A.Length 1) { ... 阅读全文
posted @ 2018-11-18 18:38 Sempron2800+ 阅读(117) 评论(0) 推荐(0) 编辑