上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 37 下一页
摘要: Same Problem Link. [LintCode] Regular Expression Matching 阅读全文
posted @ 2017-08-28 09:29 Review->Improve 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Same Problem Link. [LintCode] Wildcard Matching 阅读全文
posted @ 2017-08-28 09:28 Review->Improve 阅读(90) 评论(0) 推荐(0) 编辑
摘要: Given n balloons, indexed from 0 to n-1. Each balloon is painted with a number on it represented by array nums. You are asked to burst all the balloon 阅读全文
posted @ 2017-08-28 09:09 Review->Improve 阅读(437) 评论(0) 推荐(0) 编辑
摘要: N pots, each with some number of gold coins, are arranged in a line. You are playing a game against another player. You take turns picking a pot of go 阅读全文
posted @ 2017-08-28 05:14 Review->Improve 阅读(775) 评论(0) 推荐(0) 编辑
摘要: Given a string s, cut s into some substrings such that every substring is a palindrome. Return the minimum cuts needed for a palindrome partitioning o 阅读全文
posted @ 2017-08-26 11:20 Review->Improve 阅读(424) 评论(0) 推荐(0) 编辑
摘要: Given a string and a dictionary, return true if the string can be split into multiple words such that each word is in dictionary. If not return false. 阅读全文
posted @ 2017-08-26 07:19 Review->Improve 阅读(137) 评论(0) 推荐(0) 编辑
摘要: Given a 2 dimensional matrix, find minimum cost path to reach bottom right from top left provided you can only from down and right. For a 5 * 5 matrix 阅读全文
posted @ 2017-08-26 06:47 Review->Improve 阅读(220) 评论(0) 推荐(0) 编辑
摘要: Given a string, how many minimum splits would it take so that each partition after split is a palindrome. Same Problem Link [LintCode] Palindrome Part 阅读全文
posted @ 2017-08-26 04:56 Review->Improve 阅读(105) 评论(0) 推荐(0) 编辑
摘要: Given two strings and operations edit, delete and add, how many minimum operations would it take to convert one string to another string. Same Problem 阅读全文
posted @ 2017-08-26 03:02 Review->Improve 阅读(92) 评论(0) 推荐(0) 编辑
摘要: Given a sequence of words, and a limit on the number of characters that can be put in one line(line width). Put line breaks in the given sequence such 阅读全文
posted @ 2017-08-26 02:51 Review->Improve 阅读(228) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 37 下一页