摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-09 3 * Definition for a binary tree node. 4 * public class 阅读全文
posted @ 2020-03-02 14:31 SheepCore 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-09 3 * Definition for singly-linked list. 4 * public class 阅读全文
posted @ 2020-03-02 14:26 SheepCore 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-09 3 */ 4 class Solution { 5 public boolean validateStackSe 阅读全文
posted @ 2020-03-02 14:17 SheepCore 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1. Description: 2.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-07 3 */ 4 class Solution { 5 public int[] dailyTemperatures(int[] T) { 6 int[] 阅读全文
posted @ 2020-03-02 14:13 SheepCore 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-07 3 */ 4 class Solution { 5 public int minAddToMakeValid(S 阅读全文
posted @ 2020-03-02 13:55 SheepCore 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1. Description: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-07 3 */ 4 5 class Solution { 6 public boolean isValid(String s) { 阅读全文
posted @ 2020-03-02 13:50 SheepCore 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 1. Description: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-07 3 * Your MinStack object will be instantiated and called as suc 阅读全文
posted @ 2020-03-02 13:43 SheepCore 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-07 3 * Your MyStack object will be instantiated and called 阅读全文
posted @ 2020-03-02 13:39 SheepCore 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-03-07 3 * Your MyQueue object will be instantiated and called 阅读全文
posted @ 2020-03-02 13:35 SheepCore 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-07 3 * Definition for singly-linked list. 4 * public class 阅读全文
posted @ 2020-03-02 13:29 SheepCore 阅读(83) 评论(0) 推荐(0) 编辑