Browse Source

Terry: delete the parent linkage in potDotMethod, sollte alles gut funktionieren

master
Terry Kwan 4 months ago
parent
commit
b970c9c78a
  1. 1
      TerryModi/Main.java

1
TerryModi/Main.java

@ -3,7 +3,6 @@ import java.util.*;
public class Main {
public static void main(String[] args) {
Random random = new Random();
RBTree<IntComparable> rbTree = new RBTree<>();
ArrayList<Integer> numbers = new ArrayList<>();

Loading…
Cancel
Save