摘要: package LeetCode_14 /** * 14. Longest Common Prefix * https://leetcode.com/problems/longest-common-prefix/ * * Write a function to find the longest co 阅读全文
posted @ 2020-10-22 21:09 johnny_zhao 阅读(36) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_752 import java.util.* import kotlin.collections.HashSet /** * 752. Open the Lock * https://leetcode.com/problems/open-the-lock/ * * 阅读全文
posted @ 2020-10-22 20:30 johnny_zhao 阅读(86) 评论(0) 推荐(0) 编辑
摘要: /** * This problem was asked by Yahoo. * Write a function that returns the bitwise AND of all integers between M and N, inclusive. * */ class Problem_ 阅读全文
posted @ 2020-10-22 15:10 johnny_zhao 阅读(43) 评论(0) 推荐(0) 编辑