goDonng/

directory
v0.0.0-...-adc727d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2020 License: Apache-2.0

README

Play-with-Data-Structures

本仓库代码基于 liuyubobobo 老师在慕课网上的实战课程《玩儿转数据结构》,课程本身是基于 Java 语言讲解的,原仓库地址:https://github.com/liuyubobobo/Play-with-Data-Structures

数据结构研究的是数据如何在计算机中进行组织和存储,使得我们可以高效的获取数据或者修改数据

我们需要根据应用的不同,灵活选择最合适的数据结构。

数据结构的分类

1. 线性结构

数组,栈,队列,链表,哈希表...

2. 树结构

二叉树,二分搜索树,AVL,红黑树,Treap,Splay,堆,Trie,线段树,K-D树,并查集,哈夫曼树...

3. 图结构

邻接矩阵,邻接表

此项目涉及的数据结构

不包含图结构,图论领域以算法为主。

  • 数组 栈 队列 链表
  • 二分搜索树 堆 线段树 Trie
  • 并查集 AVL 红黑树 哈希表

Directories

Path Synopsis
02-Arrays
03-Stacks-and-Queues
04-Linked-List
05-Recursion
06-Binary-Search-Tree
07-Set-and-Map
08-Heap-and-Priority-Queue
09-Segment-Tree
10-Trie
11-Union-Find
12-AVL-Tree
13-Red-Black-Tree
14-Hash-Table
Overview
Utils

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL