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

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: 4 months ago
JSON representation

Visualiziation of the bubble sort algorithm written in Java

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
```