上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 79 下一页
摘要: package LeetCode_362 import java.util.* import kotlin.collections.HashMap /** * 362. Design Hit Counter * (Prime) * Design a hit counter which counts 阅读全文
posted @ 2021-01-13 13:06 johnny_zhao 阅读(75) 评论(0) 推荐(0) 编辑
摘要: package _interview_question /** * Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. Given an array of 阅读全文
posted @ 2021-01-13 11:50 johnny_zhao 阅读(80) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1202 import java.util.* import kotlin.collections.HashMap /** * 1202. Smallest String With Swaps * https://leetcode.com/problems/smal 阅读全文
posted @ 2021-01-12 13:08 johnny_zhao 阅读(62) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1720 /** * 1720. Decode XORed Array * https://leetcode.com/problems/decode-xored-array/ * There is a hidden integer array arr that co 阅读全文
posted @ 2021-01-10 15:42 johnny_zhao 阅读(69) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1721 /** * 1721. Swapping Nodes in a Linked List * https://leetcode.com/problems/swapping-nodes-in-a-linked-list/ * You are given the 阅读全文
posted @ 2021-01-10 12:40 johnny_zhao 阅读(141) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_300 /** * 300. Longest Increasing Subsequence * https://leetcode.com/problems/longest-increasing-subsequence/description/ * Given an 阅读全文
posted @ 2021-01-09 13:14 johnny_zhao 阅读(74) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_495 /** * 495. Teemo Attacking * https://leetcode.com/problems/teemo-attacking/ * In LOL world, there is a hero called Teemo and his 阅读全文
posted @ 2021-01-08 15:00 johnny_zhao 阅读(81) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_665 /** * 665. Non-decreasing Array * https://leetcode.com/problems/non-decreasing-array/ * Given an array nums with n integers, your 阅读全文
posted @ 2021-01-07 23:42 johnny_zhao 阅读(64) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_643 /** * 643. Maximum Average Subarray I * https://leetcode.com/problems/maximum-average-subarray-i/ * Given an array consisting of 阅读全文
posted @ 2021-01-06 23:45 johnny_zhao 阅读(40) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_605 /** * 605. Can Place Flowers * https://leetcode.com/problems/can-place-flowers/ * You have a long flowerbed in which some of the 阅读全文
posted @ 2021-01-05 12:39 johnny_zhao 阅读(93) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 79 下一页