Skip to content

all in one (deep Csharp, all data structure and also include solutions of Leetcode question)

Notifications You must be signed in to change notification settings

shenmemoon1/data_structure_algorithms

Repository files navigation

data_structure_algorithms

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

树结构的讲解

image image image image image image image

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

image

旋转的四种形态

image

建堆操作

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

image

图来源于krahets大神

About

all in one (deep Csharp, all data structure and also include solutions of Leetcode question)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published