Abstract :
ABSTRACT
The list of academic advisor utility is an utility that was developed to help the
administration process of computer science major. Previously, it's only used
bubble sort sorting algorithm. We try to compare the bubble sort algorithm with
selection sort and quick sort to determine the quickest algorithm by searching the
worst case (slowest execution time per unit) and best case (fastest execution time
per unit). The result is quick < selection < bubble. Selection sort algorithm is
proven to be the quickest when n < 26. But the cademic advisor data that are
used in the utility is more than 26. So in this research, the quicksort algorithm is
the fastest algorithm.
ABSTRAK
Utility Daftar Pembimbing Akademik dibangun untuk membantu proses administrasi di Jurusan Ilmu Komputer, ketika sebelumnya dibuat menggunakan algortima sorting Bubble Sort. Kajian sorting pada Utility ini diberi pembanding yang berupa selection sort dan quick sort untuk mendapatkan sorting manakah yang paling cepat dengan mencari Worst Case (waktu terlambat program tereksekusi persatuan unit) dan Best Case (waktu tercepat program tereksekusi persatuan unit) . Hasil dari penelitian ini yaitu, Quick < Selecton < Bubble. Algoritma selection memberikan pembuktian bahwa ketika n<26 maka selection lebih cepat dari yang lain, namun data pembimbing akademik pada Utility ini dipastikan lebih dari jumlah tersebut (26). Oleh karena itu, quick sort menempati algortima sorting yang paling cepat.
Kata kunci : Bubble Sort, Selection Sort, Quick Sort, Worst Case, Best Case