Skip to content

Commit 052b8ef

Browse files
authored
Update README.md
1 parent 8fec437 commit 052b8ef

File tree

1 file changed

+2
-5
lines changed
  • PART_1_算法基础/2_基础知识/tree

1 file changed

+2
-5
lines changed

PART_1_算法基础/2_基础知识/tree/README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#
22

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

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

0 commit comments

Comments
 (0)