前言快被数据结构与算法碾成渣渣了,决定开始补补参考资料:算法导论(有MIT公开课-算法导论) 、Data Structures and Algorithms in Python、数据结构与算法插入排序(insertion-sort)插入排序的基本思想:每次将一个带排序的记录,按其关键字大小插入到前面...
分类:
编程语言 时间:
2015-11-26 20:55:00
阅读次数:
153
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
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(2015)导演:David Briggs主演:Marcus du Sautoy类型:纪录片官方网站:http://www.bbc.co.uk/programmes/p030s6b3制片国家/地区:英国语...
分类:
编程语言 时间:
2015-11-08 17:46:17
阅读次数:
201
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
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
Reinforcement Learning 对于控制决策问题的解决思路:设计一个回报函数(reward function),如果learning agent(如上面的四足机器人、象棋AI程序)在决定一步后,获得了较好的结果,那么我们给agent一些回报(比如回报函数结果为正),得到较差的结果,那么...
分类:
系统相关 时间:
2015-10-31 14:20:17
阅读次数:
288
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
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