Skip to content

Commit 4572be5

Browse files
committed
Change descriptive text for HeapSort presentation
1 parent faab506 commit 4572be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/moritzf/sorting/gui/components/HeapSortProtocolPane.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void generateProtocol() {
5959
addToProtocol(new LatexPanel("\\text{original binary tree}"));
6060
}
6161
if (i == 1){
62-
addToProtocol(new LatexPanel("\\text{\\rhd \\lhd: element that is to be heapified} "));
62+
addToProtocol(new LatexPanel("\\text{\\rhd \\lhd: heapified element} "));
6363
}
6464

6565
if (step.getCurrentNode() == -1) {

0 commit comments

Comments
 (0)