码迷,mamicode.com
首页 >  
搜索关键字:combination theory    ( 1177个结果
LeetCode 300. Longest Increasing Subsequence最长上升子序列 (C++/Java)
题目: Given an unsorted array of integers, find the length of longest increasing subsequence. Example: Note: There may be more than one LIS combination, ...
分类:编程语言   时间:2019-10-20 19:57:56    阅读次数:102
39. Combination Sum
Given a set of candidate numbers (candidates) (without duplicates) and a target number (target), find all unique combinations in candidates where the ...
分类:其他好文   时间:2019-10-19 20:30:00    阅读次数:89
40. Combination Sum II
Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidates where the candidate numb ...
分类:其他好文   时间:2019-10-19 20:19:00    阅读次数:84
Templates
Game theory Nim SG function Graph theory SPFA Dijkstra MST (Kruskal) Virtual tree 例: "[SDOI2011]消耗战" Tree plus cycle (contaning multiple edges) Heavy ...
分类:其他好文   时间:2019-10-12 22:26:29    阅读次数:95
A. Number Theory Problem
题目大意:计算小于2^n,且满足2^k-1并且是7的倍数的个数 思路:优先打表,数据不大,1e5,然后求个前n项和 ...
分类:其他好文   时间:2019-10-05 22:38:05    阅读次数:88
2016-2017 ACM-ICPC CHINA-Final 个人题解
Problem A. Number Theory Problem Problem L. World Cup ...
分类:其他好文   时间:2019-10-05 22:26:58    阅读次数:99
[Mathematics][MIT 18.03] Proof of a Theory about the Solution to Second-order Linear Homogeneous Differential Equation
Edit: I suddenly found that this theorem is called Abel Identity. And the proof here is exactly the same as what he did. At first, I'd like to say tha ...
分类:其他好文   时间:2019-10-04 21:03:48    阅读次数:98
300. Longest Increasing Subsequence
Given an unsorted array of integers, find the length of longest increasing subsequence. Example: Note: There may be more than one LIS combination, it ...
分类:其他好文   时间:2019-09-28 11:16:10    阅读次数:106
MySQL索引原理及慢查询优化
参考文章: MySQL索引原理及慢查询优化 https://tech.meituan.com/2014/06/30/mysql-index.html MySQL索引背后的数据结构及算法原理 http://blog.codinglabs.org/articles/theory-of-mysql-ind ...
分类:数据库   时间:2019-09-22 23:27:52    阅读次数:155
复变函数、运筹学与概率论知识总结
Complex analysis, traditionally known as the theory of functions of a complex variable, is the branch of mathematical analysis that investigates funct... ...
分类:其他好文   时间:2019-09-08 20:01:52    阅读次数:128
1177条   上一页 1 ... 8 9 10 11 12 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!