Skip to content

Commit 48c9552

Browse files
Update README.md
1 parent 1fefac3 commit 48c9552

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

binarytree/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Binary Search Tree
2-
(Binary trees become truly useful for searching when you balance them)
2+
**Statement: Binary trees become truly useful for searching when you balance them**
33

44
**What kind of problems are commonly solved via binary search tree:**
55

6-
- Commonly used in search applications having data entering/leaving in a constant way (e.g., *map*/*set* objects languages libraries.
7-
- Build binary heaps where higher keys are above or equal to lower ones rather than to the left of (or below or equal to and right).
6+
- Used in search applications having data entering/leaving in a constant way (e.g., *map*/*set* objects languages libraries.
7+
- Binary heaps where higher keys are above or equal to lower ones rather than to the left of (or below or equal to and right).
88
- Hash trees, similar to hash tables.
99
- Implementing routing table in router.
1010
- To solve database problem such as indexing.

0 commit comments

Comments
 (0)