Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 1.51 KB

README.md

File metadata and controls

38 lines (19 loc) · 1.51 KB

data_structure_algorithms

基于c#实现数据结构和算法

树结构的讲解

image image image image image image image

平衡搜索二叉树的旋转规则

image

旋转的四种形态

image

建堆操作

1.通过直接输入一个乱序数组 2。使用从上到下的方式来对比左右子节点,直到符合堆化(可查看heap->maxheap 文件)

image

图来源于krahets大神