`
karl
  • 浏览: 2940 次
  • 来自: ...
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
insertion sorting:   Insertion sort is an efficient algorithm for sorting a small number of elements. Insertion sort works the way many people sort a hand of playing cards INSERTION-SORT(A) 1 for j ← 2 to length[A] 2      do key ← A[j] 3      ▹ Insert A[j] into the sorted sequence A[1 j - 1]. 4     ...
什么是算法:   Informally, an algorithm is any well-defined computational procedure that takes some value, or set of values, as input and produces some value, or set of values, as output. An algorithm is thus a sequence of computational steps that transform the input into the output. We can also view an a ...
工作一年了,感觉很多东西都没有学好,从今天开始好好阅读<算法导论>....
Global site tag (gtag.js) - Google Analytics