Skip to content

Commit dc4fa31

Browse files
committed
Linked the BST files
1 parent 7ba8c9c commit dc4fa31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Often just using the built-in `Array`, `Dictionary`, and `Set` types is sufficie
118118

119119
- Tree (general-purpose)
120120
- Binary Tree
121-
- [Binary Search Tree (BST)](Binary Search Tree/). A binary tree with the special requirement that elements are inserted according to a specified value, allowing for faster queries, as if using a [binary search](Binary Search/) algorithm.
121+
- [Binary Search Tree (BST)](Binary Search Tree/). A binary tree with the special requirement that elements are inserted in a specific way, allowing for faster queries, like when using a [binary search](Binary Search/) algorithm.
122122
- AVL Tree
123123
- Red-Black Tree
124124
- Splay Tree

0 commit comments

Comments
 (0)