码迷,mamicode.com
首页 >  
搜索关键字:combinations    ( 963个结果
LeetCode 22. Generate Parentheses
Problem: https://leetcode.com/problems/generate-parentheses/ Given n pairs of parentheses, write a function to generate all combinations of well-forme ...
分类:其他好文   时间:2016-05-29 00:39:52    阅读次数:109
电话号字母组合,利用深度搜索的思想。
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telepho ...
分类:其他好文   时间:2016-05-27 20:20:37    阅读次数:143
LeetCode OJ 40. Combination Sum II
Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. Each num ...
分类:其他好文   时间:2016-05-25 00:26:44    阅读次数:198
LeetCode OJ 39. Combination Sum
Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. The same repeat ...
分类:其他好文   时间:2016-05-24 16:42:50    阅读次数:149
Letter Combinations of a Phone Number:深度优先和广度优先两种解法
Letter Combinations of a Phone Number Given a digit string, return all possible letter combinations that the number could represent. A mapping of digi ...
分类:其他好文   时间:2016-05-14 18:39:58    阅读次数:143
Combination Sum系列问题
主要使用方法是backtracking。 Combination Sum Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candida ...
分类:其他好文   时间:2016-05-14 15:32:53    阅读次数:174
LeetCode 39/40. Combination Sum i, ii
1. 题目描述39 Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. The same repeated number may be chosen from C unl...
分类:其他好文   时间:2016-05-07 10:53:11    阅读次数:259
【一天一道LeetCode】#40. Combination Sum II
一天一道LeetCode系列(一)题目 Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. Each number in C may only be use...
分类:其他好文   时间:2016-05-06 15:35:39    阅读次数:146
Introduction to Linear Algebra(Chapter1)
Chapter 1 Introduce to Vectors 线性代数的两个核心操作:向量加法和数乘。组合这两个操作就是向量的线性组合。 1.1 Vector and Linear Combinations 两个基本操作:向量加法和数乘。 两个向量v和w的线性组合:cv+aw。其中,c和a是任意标量 ...
分类:其他好文   时间:2016-05-05 12:31:25    阅读次数:127
leetcode-Restore IP Addresses
Given a string containing only digits, restore it by returning all possible valid IP address combinations. For example: Given "25525511135", return [" ...
分类:其他好文   时间:2016-04-24 14:21:35    阅读次数:193
963条   上一页 1 ... 32 33 34 35 36 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!