Browse Source

Leo: Leichte formatierungs-Änderungen

master
fdai7303 6 months ago
parent
commit
7511ffef65
  1. 3
      SparseVector.java

3
SparseVector.java

@ -96,8 +96,7 @@ public class SparseVector {
}
if (now != null && now.index == index) {
pre.next = now.next;
// System.out.println("index " + index + " found and the value " + now.value + "
// deleted.");
// System.out.println("index " + index + " found and the value " + now.value + " deleted.");
} else {
// System.out.println("Element not found with index " + index);
}

Loading…
Cancel
Save