上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: 1. Description: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-07 3 * Definition for singly-linked list. 4 * public class ListNod 阅读全文
posted @ 2020-03-02 13:24 SheepCore 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 1. Description: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-08 3 * Definition for singly-linked list. 4 * public class ListNod 阅读全文
posted @ 2020-03-02 13:19 SheepCore 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-14 3 * Definition for singly-linked list. 4 * class ListNod 阅读全文
posted @ 2020-03-02 13:14 SheepCore 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 1 public String defangIPaddr(String address) { 2 return address.replace(".", "[.]"); 3 } 4. Summary: 阅读全文
posted @ 2020-03-02 13:03 SheepCore 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: Version 1: hashmap 1 /** 2 * Created by sheepcore on 2020-03-02 3 * @param J 4 * @param S 5 * @return 阅读全文
posted @ 2020-03-02 12:02 SheepCore 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: 4. Summary: 阅读全文
posted @ 2020-03-02 11:35 SheepCore 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1. Description: Notes: 2. Examples: 3.Solutions: Java Version 1: 1 /** 2 * @author sheepcore 3 * created on 2020-03-02 4 */ 5 public int[] decompressR 阅读全文
posted @ 2020-03-02 11:26 SheepCore 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 1. Description notes: 2. Examples: 3. Solution: 1 """ 2 created by sheepcore on 2020-03-02 3 """ 4 from typing import List 5 6 7 def smallerNumbersTha 阅读全文
posted @ 2020-03-02 10:07 SheepCore 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 1.Description: 2.Example: Input: 3 1 2 3 2 3 4 9223372036854775807 -9223372036854775808 0 Output: Case #1: false Case #2: true Case #3: false 3.soluti 阅读全文
posted @ 2020-03-01 20:01 SheepCore 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 1.Description: With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best players from the best 阅读全文
posted @ 2020-03-01 19:57 SheepCore 阅读(183) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页