Skip to content

Fly365/c-data-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-structure

C data structure

ch02 线性表、链表

ch03 栈、队列

ch04 串

ch06 数组、广义表、矩阵

ch07 树

ch08 图

graph.cpp 图的基本结构及算法 dfs.cpp 深度优先遍历算法 bfs.cpp 广度优先遍历算法 Prim.cpp 普里姆算法

ch09 查找

seqlist.cpp 线性表查找 bst.cpp 二叉排序树的基本算法 avl.cpp AVL平衡二叉树基本算法 hash-open 开放地址法构造哈希表

ch10 内排序

About

C data structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published