摘要: 原题链接在这里:https://leetcode.com/problems/longest-substring-with-at-least-k-repeating-characters/ 题目: Find the length of the longest substring T of a give 阅读全文
posted @ 2020-01-06 12:59 Dylan_Java_NYC 阅读(371) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/utf-8-validation/ 题目: A character in UTF8 can be from 1 to 4 bytes long, subjected to the following rules: For 1 阅读全文
posted @ 2020-01-06 02:24 Dylan_Java_NYC 阅读(213) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/best-meeting-point/ 题目: Given an m x n binary grid grid where each 1 marks the home of one friend, return the mi 阅读全文
posted @ 2020-01-06 01:15 Dylan_Java_NYC 阅读(668) 评论(0) 推荐(0)