码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
排序(一):插入排序
前言快被数据结构与算法碾成渣渣了,决定开始补补参考资料:算法导论(有MIT公开课-算法导论) 、Data Structures and Algorithms in Python、数据结构与算法插入排序(insertion-sort)插入排序的基本思想:每次将一个带排序的记录,按其关键字大小插入到前面...
分类:编程语言   时间:2015-11-26 20:55:00    阅读次数:153
HackerRank "The Indian Job"
A sly knapsack problem in disguise! Thanks tohttps://github.com/bhajunsingh/programming-challanges/tree/master/hackerrank/algorithms/the-indian-jobLes...
分类:其他好文   时间:2015-11-26 09:23:26    阅读次数:150
HDU 5532 / 2015ACM/ICPC亚洲区长春站 F.Almost Sorted Array
Almost Sorted ArrayProblem DescriptionWe are all familiar with sorting algorithms: quick sort, merge sort, heap sort, insertion sort, selection sort, ...
分类:其他好文   时间:2015-11-19 14:58:49    阅读次数:213
维基百科上的算法和数据结构链接很强大
其实这个网站不错:http://www.sorting-algorithms.com冒泡排序:bubble冒泡的意思http://zh.wikipedia.org/wiki/%E5%86%92%E6%B3%A1%E6%8E%92%E5%BA%8F---------------------------...
分类:编程语言   时间:2015-11-11 23:47:31    阅读次数:364
(纪录片)现代生活的秘密规则:算法 The Secret Rules of Modern Living: Algorithms
简介:The Secret Rules of Modern Living: Algorithms(2015)导演:David Briggs主演:Marcus du Sautoy类型:纪录片官方网站:http://www.bbc.co.uk/programmes/p030s6b3制片国家/地区:英国语...
分类:编程语言   时间:2015-11-08 17:46:17    阅读次数:201
2015ACM/ICPC亚洲区长春站-重现赛 1006 Almost Sorted Array
Problem Description:We are all familiar with sorting algorithms: quick sort, merge sort, heap sort, insertion sort, selection sort, bubble sort, etc. ...
分类:其他好文   时间:2015-11-01 17:59:59    阅读次数:217
Almost Sorted Array
Problem DescriptionWe are all familiar with sorting algorithms: quick sort, merge sort, heap sort, insertion sort, selection sort, bubble sort, etc. B...
分类:其他好文   时间:2015-11-01 16:39:51    阅读次数:259
Machine Learning Algorithms Study Notes(5)—Reinforcement Learning
Reinforcement Learning 对于控制决策问题的解决思路:设计一个回报函数(reward function),如果learning agent(如上面的四足机器人、象棋AI程序)在决定一步后,获得了较好的结果,那么我们给agent一些回报(比如回报函数结果为正),得到较差的结果,那么...
分类:系统相关   时间:2015-10-31 14:20:17    阅读次数:288
Designing Efficient Algorithms [Examples]~F - City Game
Bob is a strategy game programming specialist. In his new city building game the gaming environment is as follows: a city is built up by areas, in whi...
分类:其他好文   时间:2015-10-31 11:34:17    阅读次数:172
Designing Efficient Algorithms [Examples]~C - Calculator Conundrum
Alice got a hold of an old calculator that can display n digits. She was bored enough to come up with the following time waster.She enters a number k ...
分类:其他好文   时间:2015-10-31 11:30:59    阅读次数:186
784条   上一页 1 ... 50 51 52 53 54 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!