上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 79 下一页
摘要: package LeetCode_1184 /** * 1184. Distance Between Bus Stops * https://leetcode.com/problems/distance-between-bus-stops/ * A bus has n stops numbered 阅读全文
posted @ 2021-01-04 23:10 johnny_zhao 阅读(55) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1711 /** * 1711. Count Good Meals * https://leetcode.com/problems/count-good-meals/ * A good meal is a meal that contains exactly two 阅读全文
posted @ 2021-01-03 16:28 johnny_zhao 阅读(161) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1710 import java.util.* /** * 1710. Maximum Units on a Truck * https://leetcode.com/problems/maximum-units-on-a-truck/ * You are assi 阅读全文
posted @ 2021-01-03 15:24 johnny_zhao 阅读(121) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_566 /** * 566. Reshape the Matrix * https://leetcode.com/problems/reshape-the-matrix/ * In MATLAB, there is a very useful function ca 阅读全文
posted @ 2021-01-02 21:27 johnny_zhao 阅读(59) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_980 /** * 980. Unique Paths III * https://leetcode.com/problems/unique-paths-iii/ * * On a 2-dimensional grid, there are 4 types of s 阅读全文
posted @ 2021-01-02 16:21 johnny_zhao 阅读(81) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_212 /** * 212. Word Search II * https://leetcode.com/problems/word-search-ii/ * Given an m x n board of characters and a list of stri 阅读全文
posted @ 2021-01-01 22:21 johnny_zhao 阅读(125) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_981 import java.util.* import kotlin.collections.HashMap /** * 981. Time Based Key-Value Store * https://leetcode.com/problems/time-b 阅读全文
posted @ 2020-12-29 16:00 johnny_zhao 阅读(68) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1146 /** * 1146. Snapshot Array * https://leetcode.com/problems/snapshot-array/ * Implement a SnapshotArray that supports the followi 阅读全文
posted @ 2020-12-26 23:26 johnny_zhao 阅读(64) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_565 /** * 565. Array Nesting * https://leetcode.com/problems/array-nesting/ * A zero-indexed array A of length N contains all integer 阅读全文
posted @ 2020-12-24 22:35 johnny_zhao 阅读(69) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_79 /** * 79. Word Search * https://leetcode.com/problems/word-search/ * Given an m x n board and a word, find if the word exists in t 阅读全文
posted @ 2020-12-24 16:13 johnny_zhao 阅读(85) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 79 下一页