摘要: 题目链接:https://leetcode-cn.com/problems/repeated-substring-pattern/ 暴力法: class Solution { public boolean repeatedSubstringPattern(String s) { if(s.lengt 阅读全文
posted @ 2020-08-26 18:58 浅滩浅 阅读(132) 评论(0) 推荐(0)