上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 50 下一页
摘要: Write a program that outputs the string representation of numbers from 1 to n. But for multiples of three it should output “Fizz” instead of the numbe 阅读全文
posted @ 2018-09-12 10:42 轻风舞动 阅读(425) 评论(0) 推荐(0) 编辑
摘要: LeetCode Top Interview Questions https://leetcode.com/problemset/top-interview-questions/ 阅读全文
posted @ 2018-09-12 09:25 轻风舞动 阅读(1152) 评论(0) 推荐(0) 编辑
摘要: Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. Example: 解 阅读全文
posted @ 2018-09-11 15:15 轻风舞动 阅读(902) 评论(0) 推荐(0) 编辑
摘要: Given an array of n distinct non-empty strings, you need to generate minimal possible abbreviations for every word following rules below. Example: Not 阅读全文
posted @ 2018-09-11 03:32 轻风舞动 阅读(1164) 评论(0) 推荐(0) 编辑
摘要: The count-and-say sequence is the sequence of integers with the first five terms as following: 1 is read off as "one 1" or 11.11 is read off as "two 1 阅读全文
posted @ 2018-09-11 02:57 轻风舞动 阅读(670) 评论(0) 推荐(0) 编辑
摘要: LeetCode wants to give one of its best employees the option to travel among N cities to collect algorithm problems. But all work and no play makes Jac 阅读全文
posted @ 2018-09-10 11:55 轻风舞动 阅读(758) 评论(0) 推荐(0) 编辑
摘要: During the NBA playoffs, we always arrange the rather strong team to play with the rather weak team, like make the rank 1 team play with the rank nth  阅读全文
posted @ 2018-09-10 09:17 轻风舞动 阅读(1051) 评论(0) 推荐(0) 编辑
摘要: There are n cities connected by m flights. Each fight starts from city u and arrives at v with a price w. Now given all the cities and fights, togethe 阅读全文
posted @ 2018-09-09 14:55 轻风舞动 阅读(1147) 评论(0) 推荐(0) 编辑
摘要: Given a string that contains only digits 0-9 and a target value, return all possibilities to add binary operators (not unary) +, -, or *between the di 阅读全文
posted @ 2018-09-08 13:48 轻风舞动 阅读(846) 评论(0) 推荐(0) 编辑
摘要: Your are given an array of integers prices, for which the i-th element is the price of a given stock on day i; and a non-negative integer fee represen 阅读全文
posted @ 2018-09-08 08:04 轻风舞动 阅读(723) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 50 下一页