Claim Missing Document
Check
Articles

Found 2 Documents
Search
Journal : Journal of Computer Engineering, Electronics and Information Technology

Comparison Analysis of Bubble Sort Algorithm with Tim Sort Algorithm Sorting Against the Amount of Data Muhammad Rizal Hanafi; Muhammad Azfa Faadhilah; Muhammad Taufik Dwi Putra; Deden Pradeka
Journal of Computer Engineering, Electronics and Information Technology Vol 1, No 1 (2022): COELITE: Volume 1, Issue 1, 2022
Publisher : Universitas Pendidikan Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (726.799 KB) | DOI: 10.17509/coelite.v1i1.43794

Abstract

The role of algorithms in software or programming is so important that you need to understand the basic concepts behind them. In most of our daily life, we often face problems that need to be solved by entering the data sorting process. A lot of programming logic has been created, both in the general case and in the special case. In this study, the authors carried out the sorting process with two methods, namely bubble sort and tim sort. Sorting application is built using C++ program. Algorithms are needed in order to be able to solve a problem more effectively and efficiently in a shorter time using only a few resources. The preparation of this research uses data collection methods that aim to obtain the necessary data so that it can be extracted to be used as information. It is hoped that from this information it can be seen that the comparison of the bubble sort algorithm with the tim sort is getting better in the data sorting process, if the number of inputted data is greater than n.
Comparison Analysis Of Bubble Sort And Insertion Sort Algorithm On The Selection Of A Shop According To The Criteria Deandy Zahran Vierdansyah; Ghalbin Al Ghafiqi; Muhammad Taufik Dwi Putra; Deden Pradeka
Journal of Computer Engineering, Electronics and Information Technology Vol 2, No 1 (2023): COELITE: Volume 2, Issue 1, 2023
Publisher : Universitas Pendidikan Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (543.373 KB) | DOI: 10.17509/coelite.v2i1.57091

Abstract

In choosing a place to open a business was very important and must be considered. One of the suitable places to open a business was a kiosk. This study aimed to facilitate the public in determining the location of the sales kiosk. This was motivated by the limitations and speed in accessing information about the location of the kiosk. In this study, there was a process system for comparing execution time analysis using the Bubble Sort and Insertion Sort algorithms based on the criteria that had been provided. There were criteria that could be selected by users, including the location of the sales kiosk, the area and the available kiosk rental price per year. So that this research system could overcome community problems in terms of limitations and the speed of accessing information that was less efficient about the location of the sales kiosk. After the implementation and analysis of execution time on sales kiosk data as many as 10 places in the C++ programming language using Codeblocks, the results obtained were the use of the Insertion Short algorithm, the use of the Insertion Sort algorithm was more effective in sorting the kiosk places according to the criteria provided.