摘要: package LeetCode_1822 /** * 1822. Sign of the Product of an Array * https://leetcode.com/problems/sign-of-the-product-of-an-array/ * * There is a func 阅读全文
posted @ 2021-07-31 20:09 johnny_zhao 阅读(20) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_318 import java.util.* /** * 318. Maximum Product of Word Lengths * https://leetcode.com/problems/maximum-product-of-word-lengths/ * 阅读全文
posted @ 2021-07-31 17:06 johnny_zhao 阅读(33) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_313 import java.util.* import kotlin.collections.HashSet /** * 313. Super Ugly Number * https://leetcode.com/problems/super-ugly-numb 阅读全文
posted @ 2021-07-31 11:32 johnny_zhao 阅读(17) 评论(0) 推荐(0) 编辑