Test am 17.2.2002 E:\Ed\Vorlesungen\PraInf2SS2002\progs\kap02\IntSort>java TestIntSort Sortierprogramme f³r Integer Anzahl der Feldelemente: 25000 Bubble Sort1: Laufzeit BubbleSort1: 4857 vorsortiert: 1682 Bubble Sort2: Laufzeit BubbleSort2: 4927 vorsortiert: 0 Selection Sort: Laufzeit SelectionSort: 1522 vorsortiert: 1553 Insertion Sort: Laufzeit InsertionSort: 1191 vorsortiert: 0 E:\Ed\Vorlesungen\PraInf2SS2002\progs\kap02\IntSort>java TestIntSort Sortierprogramme f³r Integer Anzahl der Feldelemente: 25000 Bubble Sort1: Laufzeit BubbleSort1: 4847 vorsortiert: 1713 Bubble Sort2: Laufzeit BubbleSort2: 4927 vorsortiert: 0 Selection Sort: Laufzeit SelectionSort: 1522 vorsortiert: 1552 Insertion Sort: Laufzeit InsertionSort: 1192 vorsortiert: 0 E:\Ed\Vorlesungen\PraInf2SS2002\progs\kap02\IntSort>java TestIntSort Sortierprogramme f³r Integer Anzahl der Feldelemente: 25000 Bubble Sort1: Laufzeit BubbleSort1: 4857 vorsortiert: 1813 Bubble Sort2: Laufzeit BubbleSort2: 4937 vorsortiert: 0 Selection Sort: Laufzeit SelectionSort: 1502 vorsortiert: 1583 Insertion Sort: Laufzeit InsertionSort: 1181 vorsortiert: 0 E:\Ed\Vorlesungen\PraInf2SS2002\progs\kap02\IntSort>