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
本栏目(Algorithms)下MIT算法导论专题是个人对网易公开课MIT算法导论的学习心得与笔记。所有内容均来自MIT公开课Introduction to Algorithms中Charles E. Leiserson和Erik Demaine老师的讲解。(http://v.163.com/spe...
分类:
编程语言 时间:
2015-10-30 16:53:33
阅读次数:
232
本栏目(Algorithms)下MIT算法导论专题是个人对网易公开课MIT算法导论的学习心得与笔记。所有内容均来自MIT公开课Introduction to Algorithms中Charles E. Leiserson和Erik Demaine老师的讲解。(http://v.163.com/spe...
分类:
编程语言 时间:
2015-10-30 16:53:27
阅读次数:
315
本栏目(Algorithms)下MIT算法导论专题是个人对网易公开课MIT算法导论的学习心得与笔记。所有内容均来自MIT公开课Introduction to Algorithms中Charles E. Leiserson和Erik Demaine老师的讲解。(http://v.163.com/spe...
分类:
编程语言 时间:
2015-10-30 16:51:43
阅读次数:
392
本栏目(Algorithms)下MIT算法导论专题是个人对网易公开课MIT算法导论的学习心得与笔记。所有内容均来自MIT公开课Introduction to Algorithms中Charles E. Leiserson和Erik Demaine老师的讲解。(http://v.163.com/spe...
分类:
编程语言 时间:
2015-10-30 16:51:18
阅读次数:
248
本栏目(Algorithms)下MIT算法导论专题是个人对网易公开课MIT算法导论的学习心得与笔记。所有内容均来自MIT公开课Introduction to Algorithms中Charles E. Leiserson和Erik Demaine老师的讲解。(http://v.163.com/spe...
分类:
编程语言 时间:
2015-10-30 16:48:05
阅读次数:
790
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
#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
#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 PythonMachine learning is a field that uses algorithms to learn from data and make predictions. Practically, ...
分类:
编程语言 时间:
2015-10-22 21:05:01
阅读次数:
412