MCPcopy Create free account
hub / github.com/JsonChao/Awesome-Algorithm-Study / Main

Class Main

data_struct_study/src/Main.java:22–39  ·  view source on GitHub ↗

数据结构地图: 1、线性结构:动态数组、普通队列、栈、链表、哈希表。 2、树形结构:二分搜索树、AVL 树、红黑树 堆、线段树 多叉树:Trie、并查集 3、图结构:邻接表(与链地址法的哈希表很像,它是一个有 n 个链表的数组, arr[i] 存储的就是和 i 这个顶点相连接的其它顶点或和 i 这个顶点相连接的边。 邻接矩阵(一个 n n 的二维数组,G(i,j) 表示从 i 到 j 有一个边)。 4、抽象数据结构: 线性表:动态数组、链表。

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected