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.
- Host: GitHub
- URL: https://github.com/dorukeskicorapci/bubble-sort-vs-selection-sort
- Owner: DorukEskicorapci
- Created: 2024-06-13T11:31:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-13T12:15:22.000Z (about 1 year ago)
- Last Synced: 2025-01-07T05:30:33.912Z (6 months ago)
- Topics: bubble-sort, selection-sort
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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