码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
Designing Efficient Algorithms [Examples]~E - Subsequence
A sequence of N positive integers (10 b[j]-s)continue; while(b[i]<=b[j]-s)i++; ans=min(ans,j-i+1); } printf("%d\n"...
分类:其他好文   时间:2015-10-31 11:26:30    阅读次数:228
MIT算法导论——第一讲.Analysis of algorithm
本栏目(Algorithms)下MIT算法导论专题是个人对网易公开课MIT算法导论的学习心得与笔记。所有内容均来自MIT公开课Introduction to Algorithms中Charles E. Leiserson和Erik Demaine老师的讲解。(http://v.163.com/spe...
分类:编程语言   时间:2015-10-30 16:53:33    阅读次数:232
MIT算法导论——第四讲.Quicksort
本栏目(Algorithms)下MIT算法导论专题是个人对网易公开课MIT算法导论的学习心得与笔记。所有内容均来自MIT公开课Introduction to Algorithms中Charles E. Leiserson和Erik Demaine老师的讲解。(http://v.163.com/spe...
分类:编程语言   时间:2015-10-30 16:53:27    阅读次数:315
MIT算法导论——第三讲.The Divide-and-Conquer
本栏目(Algorithms)下MIT算法导论专题是个人对网易公开课MIT算法导论的学习心得与笔记。所有内容均来自MIT公开课Introduction to Algorithms中Charles E. Leiserson和Erik Demaine老师的讲解。(http://v.163.com/spe...
分类:编程语言   时间:2015-10-30 16:51:43    阅读次数:392
MIT算法导论——第二讲.Solving Recurrence
本栏目(Algorithms)下MIT算法导论专题是个人对网易公开课MIT算法导论的学习心得与笔记。所有内容均来自MIT公开课Introduction to Algorithms中Charles E. Leiserson和Erik Demaine老师的讲解。(http://v.163.com/spe...
分类:编程语言   时间:2015-10-30 16:51:18    阅读次数:248
MIT算法导论——第五讲.Linear Time Sort
本栏目(Algorithms)下MIT算法导论专题是个人对网易公开课MIT算法导论的学习心得与笔记。所有内容均来自MIT公开课Introduction to Algorithms中Charles E. Leiserson和Erik Demaine老师的讲解。(http://v.163.com/spe...
分类:编程语言   时间:2015-10-30 16:48:05    阅读次数:790
hihoCoder #1198 Memory Allocating Algorithm
DescriptionLittle Hi is studying on memory allocating algorithms this summer. He starts his experiments with a very simple algorithm. By this algorith...
分类:其他好文   时间:2015-10-27 19:45:32    阅读次数:594
Algorithms: Design and Analysis, Part 1 【program 2/统计快排比较次数】
#include#include #include using namespace std;std::vector v;int bigArr[10000];int helpArr[10000];int partition( int* arr, int left, int right );int QS...
分类:其他好文   时间:2015-10-24 15:47:43    阅读次数:205
Algorithms: Design and Analysis, Part 1 【program 1/逆序数】
#include#include #include using namespace std;std::vector v;int bigArr[100000];int helpArr[100000];_int64 MergeAndCount( int* arr, int left, int mid, ...
分类:其他好文   时间:2015-10-24 11:18:25    阅读次数:132
Getting started with machine learning in Python
Getting started with machine learning in PythonMachine learning is a field that uses algorithms to learn from data and make predictions. Practically, ...
分类:编程语言   时间:2015-10-22 21:05:01    阅读次数:412
784条   上一页 1 ... 51 52 53 54 55 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!