We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb1fc1 commit 3c570b9Copy full SHA for 3c570b9
index.html
@@ -55,7 +55,7 @@ <h1>B-Tree <span class="label label-info reset-btree">Order <span id="order-disp
55
56
<ul>
57
<li>Every node has at most <em>m</em> children.</li>
58
- <li>Every internal node has at least <em>ciel( m / 2 )</em> children.</li>
+ <li>Every internal node has at least <em>ceil( m / 2 )</em> children.</li>
59
<li>The root node has at least 2 children if it's not a leaf.</li>
60
<li>A non-leaf node with <em>k</em> children contains <em>k-1</em> keys.</li>
61
<li>All leaves are on the same level.</li>
0 commit comments