程序媛詹妮弗
终身学习
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 30 下一页
摘要: In the "100 game," two players take turns adding, to a running total, any integer from 1..10. The player who first causes the running total to reach o 阅读全文
posted @ 2019-05-07 03:55 程序媛詹妮弗 阅读(121) 评论(0) 推荐(0) 编辑
摘要: Shuffle a set of numbers without duplicates. Example: 题意: 洗牌 Solution1: code 阅读全文
posted @ 2019-05-07 03:52 程序媛詹妮弗 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, level by level). For example:Given binary tree [3 阅读全文
posted @ 2019-05-07 03:38 程序媛詹妮弗 阅读(156) 评论(0) 推荐(0) 编辑
摘要: Given n nodes labeled from 0 to n-1 and a list of undirected edges (each edge is a pair of nodes), write a function to check whether these edges make 阅读全文
posted @ 2019-05-07 03:14 程序媛詹妮弗 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Example 1: Example 2: Note: The length of S will be in the range [1, 1000]. Each character S[i] will be in the set {'a', 'b', 'c', 'd'}. 题意: 计数不同的回文子序 阅读全文
posted @ 2019-05-07 03:13 程序媛詹妮弗 阅读(169) 评论(0) 推荐(0) 编辑
摘要: Given a string s, find the longest palindromic subsequence's length in s. You may assume that the maximum length of s is 1000. Example 1:Input: Output 阅读全文
posted @ 2019-05-07 03:10 程序媛詹妮弗 阅读(99) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers nums and a positive integer k, find whether it's possible to divide this array into k non-empty subsets whose sums are all 阅读全文
posted @ 2019-05-07 03:05 程序媛詹妮弗 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Given an array consists of non-negative integers, your task is to count the number of triplets chosen from the array that can make triangles if we tak 阅读全文
posted @ 2019-05-04 07:28 程序媛詹妮弗 阅读(203) 评论(0) 推荐(0) 编辑
摘要: All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it is sometimes useful to 阅读全文
posted @ 2019-05-04 06:50 程序媛詹妮弗 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Given a list of words and two words word1 and word2, return the shortest distance between these two words in the list. word1 and word2 may be the same 阅读全文
posted @ 2019-05-04 06:34 程序媛詹妮弗 阅读(161) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 30 下一页