Skip to content

Commit f34bb12

Browse files
authored
Merge branch 'master' into build-process
2 parents 544c3e8 + a7e9171 commit f34bb12

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# ArrayVisualizer
2-
Sorting Visualizer with 6 different views and 14 included sorting algorithms
2+
Sorting Visualizer/Audiolizer
33

4-
Outdated videos:
4+
## Videos
5+
[Vertical Pyramid](https://www.youtube.com/watch?v=QOYcpGnHH0g)
56

6-
Classic:
7-
https://www.youtube.com/watch?v=QmOtL6pPcI0
7+
[Dynamic Hoops](https://www.youtube.com/watch?v=S0RtR2Yllzk)
88

9-
Color Circle:
10-
https://www.youtube.com/watch?v=IjIViETya5k
9+
[TriMesh](https://www.youtube.com/watch?v=Zc__8qaLfJk)
1110

12-
Dots:
13-
https://www.youtube.com/watch?v=zcO8uxg_Spw
11+
[Horizontal Pyramid](https://www.youtube.com/watch?v=vmT3XUBoxiQ)
1412

15-
Spiral Dots:
16-
https://www.youtube.com/watch?v=jrHLeKwMzfI
13+
[Static Hoops](https://www.youtube.com/watch?v=jXs1y3tCKQg)
14+
15+
[Christmas Tree](https://www.youtube.com/watch?v=xY1tiHzo8mE)
16+
17+
[Variable Width TriMesh](https://www.youtube.com/watch?v=0tr6AtLu4pg)
18+
19+
[Color Circle](https://www.youtube.com/watch?v=sVYtGyPiGik)
1720

1821
# How to use
1922

@@ -27,4 +30,5 @@ jar -cvfm dist/ArrayVisualizer.jar manifest.mf -C target/ ./
2730
### Run
2831
```
2932
java -jar dist/ArrayVisualizer.jar
30-
```
33+
```
34+
=======

0 commit comments

Comments
 (0)