标签归档:暴力解

LEETCODE 1534. Count Good Triplets 解题思路分析

题目大意: 统计好三元组 给你一个整数数组 arr ,以及 a、b 、c 三个整 … 继续阅读

发表在 leetcode | 标签为 , , , | 留下评论

LEETCODE 1408. String Matching in an Array 解题思路分析

题目大意: 数组中的字符串匹配 给你一个字符串数组 words ,数组中的每个字 … 继续阅读

发表在 leetcode | 标签为 , , , , | 留下评论

LEETCODE 1385. Find the Distance Value Between Two Arrays 解题思路分析

两个数组间的距离值 给你两个整数数组 arr1 ,&nbsp … 继续阅读

发表在 leetcode | 标签为 , , , , | 留下评论

LEETCODE 14. Longest Common Prefix 解题思路分析

题目大意: 最长公共前缀 编写一个函数来查找字符串数组中的最长公共前缀。 如果不 … 继续阅读

发表在 leetcode | 标签为 , , , | 留下评论

LEETCODE 134. Gas Station 解题思路分析

题目大意: 加油站 在一条环路上有 N 个加油站,其中第&n … 继续阅读

发表在 leetcode | 标签为 , , , | 留下评论

LEETCODE 1316. Distinct Echo Substrings 解题思路分析

发表在 leetcode | 标签为 , , | 留下评论

LEETCODE 1297. Maximum Number of Occurrences of a Substring 解题思路分析

题目大意: 子串的最大出现次数 给你一个字符串 s ,请你返 … 继续阅读

发表在 leetcode | 标签为 , , , | 留下评论