上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 87 下一页
摘要: https://leetcode.com/problems/combine-two-tables/ Table: Person Table: Address Write a SQL query for a report that provides the following information 阅读全文
posted @ 2019-05-11 15:07 丧心病狂工科女 阅读(155) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/prime-number-of-set-bits-in-binary-representation/ Given two integers L and R, find the count of numbers in the range [L 阅读全文
posted @ 2019-05-11 14:58 丧心病狂工科女 阅读(177) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/partition-labels/ A string S of lowercase letters is given. We want to partition this string into as many parts as possi 阅读全文
posted @ 2019-05-11 14:56 丧心病狂工科女 阅读(141) 评论(0) 推荐(0) 编辑
摘要: A. Inscribed Figures The math faculty of Berland State University has suffered the sudden drop in the math skills of enrolling students. This year the 阅读全文
posted @ 2019-05-07 15:42 丧心病狂工科女 阅读(270) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/longest-increasing-subsequence/ Given an unsorted array of integers, find the length of longest increasing subsequence. 阅读全文
posted @ 2019-05-07 10:41 丧心病狂工科女 阅读(123) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/length-of-longest-fibonacci-subsequence/ A sequence X_1, X_2, ..., X_n is fibonacci-like if: n >= 3 X_i + X_{i+1} = X_{i 阅读全文
posted @ 2019-05-07 10:35 丧心病狂工科女 阅读(103) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/divisor-game/ Alice and Bob take turns playing a game, with Alice starting first. Initially, there is a number N on the 阅读全文
posted @ 2019-05-06 22:39 丧心病狂工科女 阅读(301) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/min-cost-climbing-stairs/ On a staircase, the i-th step has some non-negative cost cost[i] assigned (0 indexed). Once yo 阅读全文
posted @ 2019-05-06 20:00 丧心病狂工科女 阅读(113) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/counting-bits/ Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate the numbe 阅读全文
posted @ 2019-05-06 19:35 丧心病狂工科女 阅读(91) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/unique-binary-search-trees/ Given n, how many structurally unique BST's (binary search trees) that store values 1 ... n? 阅读全文
posted @ 2019-05-06 17:55 丧心病狂工科女 阅读(136) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 87 下一页