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