码迷,mamicode.com
首页 >  
搜索关键字:maximum    ( 4142个结果
zoj1492 最大团
Given a graph G(V, E), a clique is a sub-graph g(v, e), so that for all vertex pairs v1, v2 in v, there exists an edge (v1, v2) in e. Maximum clique i ...
分类:其他好文   时间:2016-05-26 13:08:23    阅读次数:191
Find the maximum(规律,大数)
Find the maximum Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65768/65768 K (Java/Others)Total Submission(s): 1990 Accepted Submission(s): 837 ...
分类:其他好文   时间:2016-05-24 13:29:48    阅读次数:213
104. Maximum Depth of Binary Tree
Problem: Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the f ...
分类:其他好文   时间:2016-05-23 21:03:25    阅读次数:113
Machine Learning Basic Knowledge
常用的数据挖掘&机器学习知识(点) Basis(基础): MSE(MeanSquare Error 均方误差),LMS(Least MeanSquare 最小均方),LSM(Least Square Methods 最小二乘法),MLE(Maximum LikelihoodEstimation最大似 ...
分类:系统相关   时间:2016-05-22 13:54:55    阅读次数:395
LeetCode Maximum Product Subarray
在一个数组中找出一个子数组,使得子数组中的数的乘积最大。...
分类:其他好文   时间:2016-05-22 12:27:16    阅读次数:108
124. Binary Tree Maximum Path Sum
...
分类:其他好文   时间:2016-05-22 06:12:02    阅读次数:108
LeetCode OJ 122. Best Time to Buy and Sell Stock II
Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may comple ...
分类:其他好文   时间:2016-05-21 11:29:59    阅读次数:126
343. Integer Break
Given a positive integer n, break it into the sum of at least two positive integers and maximize the product of those integers. Return the maximum pro ...
分类:其他好文   时间:2016-05-21 01:22:48    阅读次数:149
Leetcode刷题记录[python]——104 Maximum Depth of Binary Tree
一、前言 对于这类抽象问题还有self用法,还要多做多练习,此题是参考其他答案所做。 二、题104 Maximum Depth of Binary Tree Given a binary tree, find its maximum depth. The maximum depth is the n ...
分类:编程语言   时间:2016-05-19 19:03:31    阅读次数:162
[LeetCode] Integer Break
Given a positive integer n, break it into the sum of at least two positive integers and maximize the product of those integers. Return the maximum product you can get.For example, given n = 2, return 1...
分类:其他好文   时间:2016-05-18 19:08:37    阅读次数:149
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!