摘要: 原题链接在这里:https://leetcode.com/problems/longest-duplicate-substring/ 题目: Given a string s, consider all duplicated substrings: (contiguous) substrings o 阅读全文
posted @ 2022-08-08 06:01 Dylan_Java_NYC 阅读(66) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/finding-3-digit-even-numbers/ 题目: You are given an integer array digits, where each element is a digit. The arra 阅读全文
posted @ 2022-08-08 02:22 Dylan_Java_NYC 阅读(130) 评论(0) 推荐(0)