Schlechten Code produziert #1
@@ -12,6 +12,10 @@ public class BubbleSort {
|
||||
|
||||
}
|
||||
|
||||
public static void doNothingLoop() {
|
||||
while (true);
|
||||
}
|
||||
|
||||
public static int[] sort(int[] a){
|
||||
int tmp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user