
Algorithms
文章平均质量分 80
simplify2012
这个作者很懒,什么都没留下…
展开
-
Find the k-th minimal element of an unsorted array
Given an unsorted array a[0], a[2], ..., a[n-1], whose elements are not necessarily distinct, we need to find the k-th (k>0) minimal (maximal) element. The problem is nothing but to return the m原创 2013-12-18 04:28:59 · 997 阅读 · 0 评论 -
Classical algorithms
1. Fundamental algorithms: 1.1. Big number (plus, minus, multiply and divide), bit-manipulation. 1.2. Data structures: stack, queue, linked-list, how they work together, how they change the style (转载 2015-07-21 08:08:15 · 458 阅读 · 0 评论