码迷,mamicode.com
首页 >  
搜索关键字:possible    ( 2665个结果
131. Palindrome Partitioning
Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. Example: I ...
分类:其他好文   时间:2019-02-05 23:43:49    阅读次数:148
java写最短路和矩阵快速幂
Til the Cows Come Home POJ - 2387 Bessie is out in the field and wants to get back to the barn to get as much sleep as possible before Farmer John wak ...
分类:编程语言   时间:2019-02-05 22:33:22    阅读次数:173
LeetCode-131-Longest Palindromic Characters
算法描述: Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. Exam ...
分类:其他好文   时间:2019-02-05 22:07:25    阅读次数:153
Permutations LT46
Given a collection of distinct integers, return all possible permutations. Example: Input: [1,2,3] Output: [ [1,2,3], [1,3,2], [2,1,3], [2,3,1], [3,1, ...
分类:其他好文   时间:2019-02-05 00:28:14    阅读次数:171
two pointers
https://www.geeksforgeeks.org/container-with-most-water/ Approach : This implies that if there was a better solution possible, it will definitely have ...
分类:其他好文   时间:2019-02-02 19:19:31    阅读次数:163
LeetCode-93-Restore IP Addresses
算法描述: Given a string containing only digits, restore it by returning all possible valid IP address combinations. Example: 解题思路:题目要求所有可能的结果,首先想到回溯法。重点有 ...
分类:其他好文   时间:2019-02-02 14:17:56    阅读次数:209
216. Combination Sum III
Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and each combination should be ...
分类:其他好文   时间:2019-02-01 23:27:38    阅读次数:269
robotframework--Collections库的API介绍
参考:https://www.cnblogs.com/pachongshangdexuebi/p/7201766.html Adds values to the end of list.在list的后面增加值 Example: => INFO : ${list} = [u'a', u'b'] INF ...
分类:Windows程序   时间:2019-01-30 18:40:25    阅读次数:162
Job!Job!Job!
描述 Foreverlin is working in a company. In order to make boss happier, he must work as hard as possible, there are n projects on the todolist. Now is t ...
分类:其他好文   时间:2019-01-30 00:27:37    阅读次数:153
PAT 甲级 1150 Travelling Salesman Problem
https://pintia.cn/problem-sets/994805342720868352/problems/1038430013544464384 The "travelling salesman problem" asks the following question: "Given a ...
分类:其他好文   时间:2019-01-29 13:58:38    阅读次数:118
2665条   上一页 1 ... 31 32 33 34 35 ... 267 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!