https://github.com/tim-koehler/bubblesortvisualizer
Visualiziation of the bubble sort algorithm written in Java
https://github.com/tim-koehler/bubblesortvisualizer
algortihm bubble-sort bubblesort sorting-visualization visualization
Last synced: 3 months ago
JSON representation
Visualiziation of the bubble sort algorithm written in Java
- Host: GitHub
- URL: https://github.com/tim-koehler/bubblesortvisualizer
- Owner: tim-koehler
- Created: 2018-10-27T12:37:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T23:23:02.000Z (over 6 years ago)
- Last Synced: 2025-03-10T18:29:55.032Z (11 months ago)
- Topics: algortihm, bubble-sort, bubblesort, sorting-visualization, visualization
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BubbleSortVisualizer
Quick visualiziation of the bubble sort algorithm written in Java.
##### Compile with:
```
javac BubbleSortVisualizer.java
```
##### Run with:
```
java BubbleSortVisualizer
```
##### Or(Example):
```
java BubbleSortVisualizer 3 10
```