上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: 1. Description: 2.Solutions: 1 /** 2 * Created by sheepcore on 2019-02-24 3 */ 4 class Solution { 5 public int[] sortArrayByParity(int[] A) { 6 7 int[ 阅读全文
posted @ 2020-03-02 15:29 SheepCore 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-02-12 3 */ 4 class Solution { 5 public int[] sortedSquares(int 阅读全文
posted @ 2020-03-02 15:25 SheepCore 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 1. Description: 2.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-10 3 * Definition for singly-linked list. 4 * public class ListNode { 5 * int v 阅读全文
posted @ 2020-03-02 15:16 SheepCore 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: /** * Created by sheepcore on 2019-05-10 * Definition for singly-linked list. * public class ListNode 阅读全文
posted @ 2020-03-02 15:10 SheepCore 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 1. Description: 2.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-10 3 * Definition for singly-linked list. 4 * public class ListNode { 5 * int v 阅读全文
posted @ 2020-03-02 15:05 SheepCore 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-10 3 * Definition for singly-linked list. 4 * public class 阅读全文
posted @ 2020-03-02 15:02 SheepCore 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-10 3 */ 4 class Solution { 5 public int[] nextGreaterElemen 阅读全文
posted @ 2020-03-02 14:58 SheepCore 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1. Description: 2.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-09 3 * Definition for a binary tree node. 4 * public class TreeNode { 5 * int v 阅读全文
posted @ 2020-03-02 14:54 SheepCore 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-07 3 */ 4 class Solution { 5 public boolean isValid(String 阅读全文
posted @ 2020-03-02 14:40 SheepCore 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-09 3 */ 4 class Solution { 5 public int scoreOfParentheses( 阅读全文
posted @ 2020-03-02 14:36 SheepCore 阅读(205) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页