Front-endCoder
Front-endCoder
全部文章
题解
归档
标签
去牛客网
登录
/
注册
Front-endCoder的博客
全部文章
/ 题解
(共1篇)
Leetcode 1044
二分思想 function solve( a ) { // write code here // 二分思想,如果存在重复子串m的话 2 * m < = a.length // 逐步递减 m 直到0 let maxLen = Math.floor(a.lengt...
2021-01-05
6
1374