There was an error while loading. Please reload this page.
1 parent faab506 commit 4572be5Copy full SHA for 4572be5
src/main/java/de/moritzf/sorting/gui/components/HeapSortProtocolPane.java
@@ -59,7 +59,7 @@ public void generateProtocol() {
59
addToProtocol(new LatexPanel("\\text{original binary tree}"));
60
}
61
if (i == 1){
62
- addToProtocol(new LatexPanel("\\text{\\rhd \\lhd: element that is to be heapified} "));
+ addToProtocol(new LatexPanel("\\text{\\rhd \\lhd: heapified element} "));
63
64
65
if (step.getCurrentNode() == -1) {
0 commit comments