上一页 1 2 3 4 5 6 ··· 40 下一页
摘要: Max Area of Island (M) 题目 You are given an m x n binary matrix grid. An island is a group of 1's (representing land) connected 4-directionally (horizo 阅读全文
posted @ 2021-06-01 23:00 墨云黑 阅读(36) 评论(0) 推荐(0) 编辑
摘要: Search Suggestions System (M) 题目 Given an array of strings products and a string searchWord. We want to design a system that suggests at most three pr 阅读全文
posted @ 2021-05-31 22:22 墨云黑 阅读(40) 评论(0) 推荐(0) 编辑
摘要: Maximum Erasure Value (M) 题目 You are given an array of positive integers nums and want to erase a subarray containing unique elements. The score you g 阅读全文
posted @ 2021-05-28 16:02 墨云黑 阅读(35) 评论(0) 推荐(0) 编辑
摘要: Maximum Product of Word Lengths (M) 题目 Given a string array words, return the maximum value of length(word[i]) * length(word[j]) where the two words d 阅读全文
posted @ 2021-05-27 22:56 墨云黑 阅读(41) 评论(0) 推荐(0) 编辑
摘要: Partitioning Into Minimum Number Of Deci-Binary Numbers (M) 题目 A decimal number is called deci-binary if each of its digits is either 0 or 1 without a 阅读全文
posted @ 2021-05-26 22:26 墨云黑 阅读(40) 评论(0) 推荐(0) 编辑
摘要: Evaluate Reverse Polish Notation (M) 题目 Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Eac 阅读全文
posted @ 2021-05-25 22:21 墨云黑 阅读(30) 评论(0) 推荐(0) 编辑
摘要: To Lower Case (E) 题目 Given a string s, return the string after replacing every uppercase letter with the same lowercase letter. Example 1: Input: s = 阅读全文
posted @ 2021-05-24 20:53 墨云黑 阅读(38) 评论(0) 推荐(0) 编辑
摘要: Find and Replace Pattern (M) 题目 Given a list of strings words and a string pattern, return a list of words[i] that match pattern. You may return the a 阅读全文
posted @ 2021-05-21 21:30 墨云黑 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 0102. Binary Tree Level Order Traversal (M) 题目 Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, le 阅读全文
posted @ 2021-05-20 20:55 墨云黑 阅读(25) 评论(0) 推荐(0) 编辑
摘要: Minimum Moves to Equal Array Elements II (M) 题目 Given an integer array nums of size n, return the minimum number of moves required to make all array e 阅读全文
posted @ 2021-05-19 23:13 墨云黑 阅读(21) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 40 下一页