Claim Missing Document
Check
Articles

Found 1 Documents
Search

Analisis Strategi Algoritma Sorting Menggunakan Metode Komparatif pada Bahasa Pemrograman Java dengan Python Joko Iskandar; Heri Suhendar; Bian Dwi Pamungkas
G-Tech: Jurnal Teknologi Terapan Vol 8 No 1 (2024): G-Tech, Vol. 8 No. 1 Januari 2024
Publisher : Universitas Islam Raden Rahmat, Malang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33379/gtech.v8i1.3556

Abstract

Applying the right sorting algorithm strategy is a key factor that cannot be underestimated, especially for system developers. This research aims to comprehensively analyze six sorting algorithm strategies using two programming languages, Java and Python. The sorting algorithm strategies include bubble, selection, insertion, shell, merge and quick sort. The data analysis ranged from 1000 data to 200,000 data. The results showed that the sort algorithm strategies for bubble, selection and insertion at more than 20,000 data were faster using Java than Python, while the shell, merge and quick sort strategies after more than 20,000 resulted in execution times that were not much different using both Java and Python programming languages.