An open API service indexing awesome lists of open source software.

https://github.com/dorukeskicorapci/bubble-sort-vs-selection-sort

This project tests and compares Selection Sort and Bubble Sort.
https://github.com/dorukeskicorapci/bubble-sort-vs-selection-sort

bubble-sort selection-sort

Last synced: 4 months ago
JSON representation

This project tests and compares Selection Sort and Bubble Sort.

Awesome Lists containing this project

README

        

# Bubble-Sort-vs-Selection-Sort

This project includes the basics of arrays and sorting algorithms using Java. It aims to determine which algorithm is faster by testing Selection Sort and BubbleSort.

How does it work: It randomly selects numbers between -100 and 100 and sorts them. Each time the sorting is performed, the program also calculates the time taken to determine the efficiency of the sorting algorithm.

Programming of this project was started and concluded during my summer internship in BTC IT Services.

Start date: May 21, 2024
End date: May 22, 2024