File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
content/english/hpc/data-structures Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -354,13 +354,13 @@ eytzinger: 6 3 7 1 5 8 9 0 2 4
354
354
-->
355
355
356
356
<pre class =' center-pre ' >
357
- array: 0 1 2 3 4 5 6 7 8 9
358
- eytzinger: <u >6</u > <u >3</u > 7 <u >1</u > 5 8 9 0 <u >2</u > 4
359
- 1st range: ------------------- k := 1
360
- 2nd range: ------------- k := 2*k = 2 (6 ≥ 3)
361
- 3rd range: ------- k := 2*k = 4 (3 ≥ 3)
362
- 4th range: --- k := 2*k + 1 = 9 (1 < 3)
363
- 5th range: - k := 2*k + 1 = 19 (2 < 3)
357
+ array: 0 1 2 3 4 5 6 7 8 9
358
+ eytzinger: <u >6</u > <u >3</u > 7 <u >1</u > 5 8 9 0 <u >2</u > 4
359
+ 1st range: ------------? ------ k := 2*k = 2 (6 ≥ 3)
360
+ 2nd range: ------? ------ k := 2*k = 4 (3 ≥ 3)
361
+ 3rd range: --? ---- k := 2*k + 1 = 9 (1 < 3)
362
+ 4th range: ?-- k := 2*k + 1 = 19 (2 < 3)
363
+ 5th range: !
364
364
</pre >
365
365
366
366
<!-- do we need the last comparison? -->
You can’t perform that action at this time.
0 commit comments