Minor README updates.

This commit is contained in:
Oleksii Trekhleb
2018-07-30 14:18:56 +03:00
parent b73aa7fe47
commit 6e897a0a7a
14 changed files with 17 additions and 17 deletions

View File

@@ -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