Skip to content

huanjulu/Data-Structure-And-Algorithm

Repository files navigation

😍 Suggestions and contributions are welcome! 😍

Read this in other languages: 简体中文 , English

Data Structures IN Computer Science

In Computer Science, a data structure is a data organization, mangement and storage format that enables efficient access and modification. More precisely, a data structure is a collection of data values, the relationships among them, and the functions and poerations that can be applied to the data.

Algorithm

二叉树:

Sorting 排序

看看排序算法是如何工作是很有趣的,但在实践中,你几乎不必提供你自己的排序例程。

基础排序:

  • 插入排序
  • 选择排序
  • Shell排

快速排序:

  • 快速排序
  • 合并排序
  • 堆排序

性能不好排序:

  • 冒泡排序
  • 慢排序

Data Structure 数据结构

A## Tree

  • Tree. 树
  • Binary Tree. 二叉树
  • Binary Search Tree(BST). 二叉搜索树
  • Red-Black Tree. 红黑树
  • AVL Tree. avl树
  • B Tree. B树

Releases

No releases published

Packages

No packages published