Skip to content

Commit a790b42

Browse files
venkat-amballashejialuo
authored andcommitted
Update sec2.tex
fixed calculation in 14.2 B-Trees, Exercise 2.1 (a)
1 parent 200ca04 commit a790b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chapter_14/sec2.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ \subsubsection*{Exercise 2.1}
2323
The number to store the key to points is:
2424

2525
$$
26-
14286 / 79 \approx 70 \ \textbf{blocks}
26+
14286 / 70 \approx 205 \ \textbf{blocks}
2727
$$
2828

2929
And we can defer recursively:

0 commit comments

Comments
 (0)