上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 80 下一页
摘要: package LeetCode_10 /** * 10. Regular Expression Matching * https://leetcode.com/problems/regular-expression-matching/description/ * * Given an input 阅读全文
posted @ 2020-06-28 16:26 johnny_zhao 阅读(120) 评论(0) 推荐(0)
摘要: package LeetCode_916 /** * 916. Word Subsets *https://leetcode.com/problems/word-subsets/description/ * * We are given two arrays A and B of words. Ea 阅读全文
posted @ 2020-06-28 00:18 johnny_zhao 阅读(92) 评论(0) 推荐(0)
摘要: package LeetCode_246 /** * 246. Strobogrammatic Number * (locked by Leetcode) * https://www.lintcode.com/problem/strobogrammatic-number/description * 阅读全文
posted @ 2020-06-27 00:39 johnny_zhao 阅读(152) 评论(0) 推荐(0)
摘要: package LeetCode_445 import LeetCode_2.ListNode /** * 445. Add Two Numbers II * https://leetcode.com/problems/add-two-numbers-ii/description/ * * You 阅读全文
posted @ 2020-06-26 23:52 johnny_zhao 阅读(151) 评论(0) 推荐(0)
摘要: package LeetCode_2 /** * 2. Add Two Numbers * https://leetcode.com/problems/add-two-numbers/description/ * * You are given two non-empty linked lists 阅读全文
posted @ 2020-06-26 23:51 johnny_zhao 阅读(118) 评论(0) 推荐(0)
摘要: package LeetCode_341 /** * 341. Flatten Nested List Iterator * https://leetcode.com/problems/flatten-nested-list-iterator/description/ * * Given a nes 阅读全文
posted @ 2020-06-26 00:13 johnny_zhao 阅读(89) 评论(0) 推荐(0)
摘要: package LeetCode_468 /** * 468. Validate IP Address * https://leetcode.com/problems/validate-ip-address/description/ * * Write a function to check whe 阅读全文
posted @ 2020-06-25 21:54 johnny_zhao 阅读(146) 评论(0) 推荐(0)
摘要: package LeetCode_297 import java.util.* /** * 297. Serialize and Deserialize Binary Tree * https://leetcode.com/problems/serialize-and-deserialize-bin 阅读全文
posted @ 2020-06-25 00:01 johnny_zhao 阅读(109) 评论(0) 推荐(0)
摘要: package LeetCode_260 /** * 260. Single Number III * https://leetcode.com/problems/single-number-iii/description/ * * Given an array of numbers nums, i 阅读全文
posted @ 2020-06-24 22:04 johnny_zhao 阅读(107) 评论(0) 推荐(0)
摘要: package arrays /** * https://www.hackerrank.com/challenges/ctci-array-left-rotation/problem * * A left rotation operation on an array shifts each of t 阅读全文
posted @ 2020-06-24 15:01 johnny_zhao 阅读(182) 评论(0) 推荐(0)
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 80 下一页