上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 79 下一页
摘要: package LeetCode_150 import java.util.* /** * 150. Evaluate Reverse Polish Notation * https://leetcode.com/problems/evaluate-reverse-polish-notation/d 阅读全文
posted @ 2020-06-02 13:25 johnny_zhao 阅读(87) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_322 /** * 322. Coin Change * https://leetcode.com/problems/coin-change/description/ * * You are given coins of different denomination 阅读全文
posted @ 2020-06-01 14:03 johnny_zhao 阅读(138) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_131 /** * 131. Palindrome Partitioning * https://leetcode.com/problems/palindrome-partitioning/description/ * * Given a string s, par 阅读全文
posted @ 2020-05-31 17:53 johnny_zhao 阅读(112) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1428 /** * 1428. Leftmost Column with at Least a One * (locked by leetcode) (This problem is an interactive problem.) A binary matrix 阅读全文
posted @ 2020-05-31 13:03 johnny_zhao 阅读(228) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_159 /** * 159. Longest Substring with At Most Two Distinct Characters * (Locked by leetcode) * https://www.lintcode.com/problem/longe 阅读全文
posted @ 2020-05-30 13:19 johnny_zhao 阅读(130) 评论(0) 推荐(0) 编辑
摘要: package _interview_question /** * Given a list/array of integers, return a boolean that states whether all numbers appear an even number of times. Exa 阅读全文
posted @ 2020-05-29 12:35 johnny_zhao 阅读(174) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_332 import java.util.* import kotlin.collections.ArrayList import kotlin.collections.HashMap /** * 332. Reconstruct Itinerary * https 阅读全文
posted @ 2020-05-28 14:04 johnny_zhao 阅读(137) 评论(0) 推荐(0) 编辑
摘要: package _Sort.Algorithm.topological_sort /** * Topological Sort is for Directed Acyclic Graph(DAG,有向无环图) * A DAG Graph has least one vertex with in-de 阅读全文
posted @ 2020-05-28 12:05 johnny_zhao 阅读(142) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_88 import java.util.* /** * 88. Merge Sorted Array * https://leetcode.com/problems/merge-sorted-array/description/ * * Given two sort 阅读全文
posted @ 2020-05-27 20:48 johnny_zhao 阅读(96) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_377 /** * 377. Combination Sum IV * https://leetcode.com/problems/combination-sum-iv/description/ * * Given an integer array with all 阅读全文
posted @ 2020-05-27 17:58 johnny_zhao 阅读(94) 评论(0) 推荐(0) 编辑
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 79 下一页