Skip to content

Commit 4eba83f

Browse files
committed
Fixed a typo
1 parent 7dd0cb5 commit 4eba83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

B-Tree/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A B-Tree is a self-balancing search tree, in which nodes can have more than two
77
A B-Tree of order *n* satisfies the following properties:
88
- Every node has at most *2n* keys.
99
- Every node (except root) has at least *n* keys.
10-
- Eyery non-leaf node with *k* keys has *k+1* children.
10+
- Every non-leaf node with *k* keys has *k+1* children.
1111
- The keys in all nodes are sorted in increasing order.
1212
- The subtree between two keys *k* and *l* of a non-leaf node contains all the keys between *k* and *l*.
1313
- All leaves appear at the same level.

0 commit comments

Comments
 (0)