随笔分类 -  Algorithm

An algorithm is a series of mathematical steps, especially in a computer program, which will give you the answer to a particular kind of program or question.
快速排序
摘要:本文摘自: http://developer.51cto.com/art/201403/430986.htm书籍:《啊哈,算法》高快省的排序算法快速排序是一种既不浪费空间,效率又很高的排序算法。现在对“6, 1, 2, 7, 9, 3, 4, 5, 10, 8”这十个数进行排序。首先在这个序列中随机... 阅读全文

posted @ 2015-08-10 22:41 喵王 阅读(362) 评论(0) 推荐(0)

导航