mardi 15 novembre 2016

BubbleSort Problem

mardi 15 novembre 2016
Ich habe ein Problem, mein Bubblesort funktioniert zwar, aber ich weiß nicht was die eine Funktion machen soll, da sie anscheinend da sein muss da das Ergebnis sonst nicht richtig ist.
public class bubbleSort
{
public static void main (String[] args)
{
System.out.println("================================================================");
int[] array = new int[30];
for(int i=0; i < 30; i++){
array = (int) (Math.random() * 100);
}...


BubbleSort Problem

BubbleSort Problem

0 commentaires:

Enregistrer un commentaire

 
◄Design by Pocket