图解算法数据结构 All In One
图解算法数据结构 All In One
数据结构
数据结构
是为实现对计算机数据有效使用的各种数据组织形式
,服务于各类计算机操作。
不同的数据结构具有各自对应的适用场景,旨在降低各种算法计算的时间
与空间
复杂度,达到最佳的任务执行效率。
https://zh.wikipedia.org/wiki/数据结构
https://zh.wikipedia.org/wiki/哈希表
https://zh.wikipedia.org/wiki/链表
单向链表
双向链表
循环链表
https://zh.wikipedia.org/wiki/堆積
最小堆(min heap)
最大堆(max heap
https://zh.wikipedia.org/wiki/树_(数据结构)
二叉树
多叉树
常见的数据结构
线性
数据结构:
数组、链表、栈、队列
Array, Linked List, Stack, Queue
非线性
数据结构:
树、图、哈希表(散列表)、堆
Tree, Graph, Hash Table, Heap
playground
https://leetcode.cn/playground/
https://leetcode.cn/playground/mVboHyWX/
demos
refs
https://leetcode.cn/leetbook/read/illustration-of-algorithm/50e446/
?xgqfrms 2012-2020
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有??xgqfrms, 禁止转载 ???,侵权必究??!