上一页 1 2 3 4 5 6 7 8 ··· 23 下一页
摘要: Problem : Find the minimum length word from a given dictionary words, which has all the letters from the string licensePlate. Such a word is said to c 阅读全文
posted @ 2020-04-19 22:11 littledy 阅读(95) 评论(0) 推荐(0) 编辑
摘要: Problem : On a staircase, the i th step has some non negative cost cost[i] assigned (0 indexed). Once you pay the cost, you can either climb one or tw 阅读全文
posted @ 2020-04-19 20:35 littledy 阅读(88) 评论(0) 推荐(0) 编辑
摘要: Problem : Given a list of daily temperatures T, return a list such that, for each day in the input, tells you how many days you would have to wait unt 阅读全文
posted @ 2020-04-19 12:13 littledy 阅读(96) 评论(0) 推荐(0) 编辑
摘要: Problem : A self dividing number is a number that is divisible by every digit it contains. For example, 128 is a self dividing number because 128 % 1 阅读全文
posted @ 2020-04-19 01:34 littledy 阅读(99) 评论(0) 推荐(0) 编辑
摘要: Problem : Given a sorted (in ascending order) integer array nums of n elements and a target value, write a function to search target in nums. If targe 阅读全文
posted @ 2020-04-19 01:26 littledy 阅读(94) 评论(0) 推荐(0) 编辑
摘要: Problem : Given two strings s1, s2, find the lowest ASCII sum of deleted characters to make two strings equal. Example 1: Example 2: Note: 0 dp(m+1, v 阅读全文
posted @ 2020-04-19 01:13 littledy 阅读(76) 评论(0) 推荐(0) 编辑
摘要: Problem : Implement function ToLowerCase() that has a string parameter str, and returns the same string in lowercase. Example 1: Example 2: Example 3: 阅读全文
posted @ 2020-04-19 00:44 littledy 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Problem : Given a sorted array, two integers k and x, find the k closest elements to x in the array. The result should also be sorted in ascending ord 阅读全文
posted @ 2020-04-18 23:54 littledy 阅读(73) 评论(0) 推荐(0) 编辑
摘要: Problem : You are given a data structure of employee information, which includes the employee's unique id, his importance value and his direct subordi 阅读全文
posted @ 2020-04-18 22:27 littledy 阅读(96) 评论(0) 推荐(0) 编辑
摘要: Problem : Given a positive integer, check whether it has alternating bits: namely, if two adjacent bits will always have different values. Example 1: 阅读全文
posted @ 2020-04-18 22:07 littledy 阅读(75) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 23 下一页