File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -605,51 +605,51 @@ func siftdownTimer(t []*timer, i int) {
605
605
606
606
```
607
607
| +---+
608
- | | 5 |
608
+ | |* 5 |
609
609
| +---+
610
610
| |
611
611
| +-----+
612
612
| v
613
613
| +---+---+---+---+
614
- | | 7 | 3 | 2 | 6 |
614
+ | | 7 | 3 |* 2 | 6 |
615
615
| +---+---+---+---+
616
616
+-------------------+ | |
617
617
| siftdownTimer | | +----------+
618
618
+-------------------+ | v
619
619
.---------. | +---+---+---+---+
620
- ( before ) | | 4 | 5 | 9 | 3 |
620
+ ( before ) | | 4 | 5 | 9 |* 3 |
621
621
`---------' | +---+---+---+---+
622
622
| |
623
623
| +-------------+
624
624
| v
625
625
| +---+---+---+---+
626
- | | 6 | 6 | 6 | 4 |
626
+ | | 6 | 6 | 6 |* 4 |
627
627
| +---+---+---+---+
628
628
|
629
629
v
630
630
631
631
632
632
633
633
| +---+
634
- | | 2 |
634
+ | |* 2 |
635
635
| +---+
636
636
| |
637
637
| +-----+
638
638
| v
639
639
| +---+---+---+---+
640
- | | 7 | 3 | 3 | 6 |
640
+ | | 7 | 3 |* 3 | 6 |
641
641
| +---+---+---+---+
642
642
+-------------------+ | |
643
643
| siftdownTimer | | +----------+
644
644
+-------------------+ | v
645
645
.---------. | +---+---+---+---+
646
- ( after ) | | 4 | 5 | 9 | 4 |
646
+ ( after ) | | 4 | 5 | 9 |* 4 |
647
647
`---------' | +---+---+---+---+
648
648
| |
649
649
| +-------------+
650
650
| v
651
651
| +---+---+---+---+
652
- | | 6 | 6 | 6 | 5 |
652
+ | | 6 | 6 | 6 |* 5 |
653
653
| +---+---+---+---+
654
654
|
655
655
v
You can’t perform that action at this time.
0 commit comments