上一页 1 2 3 4 5 6 7 8 9 ··· 40 下一页
摘要: Count Binary Substrings (E) 题目 Give a string s, count the number of non-empty (contiguous) substrings that have the same number of 0's and 1's, and al 阅读全文
posted @ 2021-04-23 15:40 墨云黑 阅读(33) 评论(0) 推荐(0) 编辑
摘要: Brick Wall (M) 题目 There is a brick wall in front of you. The wall is rectangular and has several rows of bricks. The bricks have the same height but d 阅读全文
posted @ 2021-04-22 15:27 墨云黑 阅读(38) 评论(0) 推荐(0) 编辑
摘要: Triangle (M) 题目 Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For examp 阅读全文
posted @ 2021-04-21 15:37 墨云黑 阅读(48) 评论(0) 推荐(0) 编辑
摘要: N-ary Tree Preorder Traversal (E) 题目 Given the root of an n-ary tree, return the preorder traversal of its nodes' values. Nary-Tree input serializatio 阅读全文
posted @ 2021-04-20 15:16 墨云黑 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Combination Sum IV (M) 题目 Given an array of distinct integers nums and a target integer target, return the number of possible combinations that add up 阅读全文
posted @ 2021-04-19 15:52 墨云黑 阅读(33) 评论(0) 推荐(0) 编辑
摘要: Number of Submatrices That Sum to Target (H) 题目 Given a matrix and a target, return the number of non-empty submatrices that sum to target. A submatri 阅读全文
posted @ 2021-04-17 18:47 墨云黑 阅读(54) 评论(0) 推荐(0) 编辑
摘要: Remove All Adjacent Duplicates in String II (M) 题目 Given a string s, a k duplicate removal consists of choosing k adjacent and equal letters from s an 阅读全文
posted @ 2021-04-16 16:54 墨云黑 阅读(47) 评论(0) 推荐(0) 编辑
摘要: Fibonacci Number (E) 题目 The Fibonacci numbers, commonly denoted F(n) form a sequence, called the Fibonacci sequence, such that each number is the sum 阅读全文
posted @ 2021-04-15 17:36 墨云黑 阅读(32) 评论(0) 推荐(0) 编辑
摘要: Partition List (M) 题目 Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. Yo 阅读全文
posted @ 2021-04-14 15:26 墨云黑 阅读(35) 评论(0) 推荐(0) 编辑
摘要: Beautiful Arrangement II (M) 题目 Given two integers n and k, you need to construct a list which contains n different positive integers ranging from 1 t 阅读全文
posted @ 2021-04-12 17:23 墨云黑 阅读(37) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 40 下一页