Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 273 Bytes

数据结构.md

File metadata and controls

13 lines (7 loc) · 273 Bytes

栈、队列、链表 ----- 线性 有序

集合、字典

树、堆、图

前端算法相关

数据结构:链表和树

算法:链表、树、图遍历,数组的排序和搜索

设计思想:分而治之,动态规划常考,贪心 回溯次之