mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Minor README updates.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Binary Search Tree
|
||||
|
||||
In computer science, binary search trees (BST), sometimes called
|
||||
In computer science, **binary search trees** (BST), sometimes called
|
||||
ordered or sorted binary trees, are a particular type of container:
|
||||
data structures that store "items" (such as numbers, names etc.)
|
||||
in memory. They allow fast lookup, addition and removal of
|
||||
|
||||
Reference in New Issue
Block a user