码迷,mamicode.com
首页 >  
搜索关键字:combination theory    ( 1177个结果
2017 ACM/ICPC 沈阳 L题 Tree
Consider a un-rooted tree T which is not the biological significance of tree or plant, but a tree as an undirected graph in graph theory with n nodes, ...
分类:其他好文   时间:2018-10-14 11:37:49    阅读次数:348
Situation-Dependent Combination of Long-Term and Session-Based Preferences in Group Recommendations: An Experimental Analysis ----组推荐中基于长期和会话偏好的情景依赖组合
一、摘要: 背景:会话组推荐系统的一个主要挑战是如何适当地利用群组成员之间的交互引起用户偏好,这可能会偏离用户的长期偏好。长期偏好和群组诱导的偏好之间的相对重要性应该根据具体的群组设置而变化。 本文:通过实验,结论:当群组讨论对群组成员的喜好没有影响时,长期偏好占有更大权重。而当群组上下文促使成员有 ...
分类:其他好文   时间:2018-10-10 23:41:21    阅读次数:224
Prime Distance(POJ 2689)
Description The branch of mathematics called number theory is about properties of numbers. One of the areas that has captured the interest of number t ...
分类:其他好文   时间:2018-10-10 20:11:26    阅读次数:175
MP and OMP
OMP Theory $\int $ $\sum$ ...
分类:其他好文   时间:2018-10-10 12:16:26    阅读次数:109
Number Theory Problem(The 2016 ACM-ICPC Asia China-Final Contest 找规律)
题目: Mr. Panda is one of the top specialists on number theory all over the world. Now Mr. Panda is investigating the property of the powers of 2. Since ...
分类:其他好文   时间:2018-10-06 16:39:54    阅读次数:158
2016-2017 ACM-ICPC CHINA-Final
A Gym 101194A Number Theory Problem B Gym 101194B Hemi Palindrome C Gym 101194C Mr. Panda and Strips D Gym 101194D Ice Cream Tower E Gym 101194E Bet F ...
分类:其他好文   时间:2018-10-06 15:35:45    阅读次数:387
18. 4Sum; combination sum
18. 4Sumclass Solution(object): def fourSum(self, nums, target): nums.sort() results = [] self.findNsum(nums, target, 4, [], results) return results d ...
分类:其他好文   时间:2018-10-03 23:51:40    阅读次数:237
HDU - 5534 Partial Tree(每种都装的完全背包)
Partial Tree In mathematics, and more specifically in graph theory, a tree is an undirected graph in which any two nodes are connected by exactly one ...
分类:其他好文   时间:2018-10-01 20:42:57    阅读次数:145
数论一点点总结
数论基础 最大公约数Gcd 最小公倍数Lcm 费马小定理 费马小定理(Fermat Theory)是数论中的一个重要定理,其内容为:假设p是质数(素数),且 Gcd(a,p)=1,那么a^(p 1) ≡1(mod p)。即:假如a是整数,p是质数,且a,p互质(即两者只有一个公约数1),那么a的(p ...
分类:其他好文   时间:2018-09-28 01:28:57    阅读次数:160
深度优先搜索(DFS) — 20180926
用DFS的场景: 找出所有方案:DFS找出所有方案总数 可能是动态规划 DFS时间复杂度:答案个数*构造每个答案的时间 动态规划时间复杂度:状态个数*计算每个状态时间 二叉树时间复杂度:节点数*处理每个节点时间 135. Combination Sum 1 public class Solution ...
分类:其他好文   时间:2018-09-27 18:06:56    阅读次数:153
1177条   上一页 1 ... 17 18 19 20 21 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!