We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c9552 commit ece4d25Copy full SHA for ece4d25
binarytree/README.md
@@ -4,7 +4,7 @@
4
**What kind of problems are commonly solved via binary search tree:**
5
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).
+- Binary heaps - higher keys are above or equal to lower ones rather than to the left of (or below or equal to and right).
8
- Hash trees, similar to hash tables.
9
- Implementing routing table in router.
10
- To solve database problem such as indexing.
0 commit comments