Skip to content

Commit ece4d25

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binarytree/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**What kind of problems are commonly solved via binary search tree:**
55

66
- 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).
7+
- Binary heaps - 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)