Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 553 Bytes

Algorithm.md

File metadata and controls

28 lines (15 loc) · 553 Bytes

算法


!1、排序都有哪几种方法?

!2、会写常用的排序算法,如快排,归并等。

%3、各种排序算法的时间复杂度和稳定性 ,重点快排。

!4、单链表的遍历和逆序

!5、深度优先搜索和广度优先搜索

?6、最小生成树

!7、常见Hash算法,哈希的原理和代价

%8、全排列、贪心算法、KMP算法、hash算法

?9、一致性Hash算法

参考资料

Contributes: xxx

Reviewers : Hollis, Kevin Lee