Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geekxh authored Jul 27, 2021
1 parent 8fec437 commit 052b8ef
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions PART_1_算法基础/2_基础知识/tree/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#

* [二叉搜索树](binary-search-tree)
* [AVL树](avl-tree)
* [红黑树](red-black-tree)
* [线段树](segment-tree) - with min/max/sum range queries examples
* [芬威克树/Fenwick Tree](fenwick-tree) (Binary Indexed Tree)
* [二叉搜索树](https://www.cxyhub.com/all/programming/12460/)
* [红黑树](https://www.cxyhub.com/all/programming/12460/)

在计算机科学中, **树(tree)** 是一种广泛使用的抽象数据类型(ADT)— 或实现此ADT的数据结构 — 模拟分层树结构, 具有根节点和有父节点的子树,表示为一组链接节点。

Expand Down

0 comments on commit 052b8ef

Please sign in to comment.