Skip to content

Commit dd11b0d

Browse files
authored
Merge pull request #1 from MusicTheorist/master
update
2 parents f897d97 + df95d0b commit dd11b0d

31 files changed

+676
-1039
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
*.class
1+
*.class
2+
/bin/

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# w0rthy's Array Visualizer, Revamped
22
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=Q5QLCFZ8G7WY6&currency_code=USD&source=url)
33

4-
Over 75 sorting algorithms animated with 10 unique graphic designs
4+
Over 75 sorting algorithms animated with 12 unique graphic designs
55

66
This new version of the program features additions inspired by Timo Bingmann's "The Sound of Sorting" and w0rthy's updates to the original visualizer.
77

8-
To build (After -cp, use ";" with Windows and ":" with Mac/Linux):
8+
To compile (After -cp, use ";" with Windows and ":" with Mac/Linux):
99
```
1010
ant
1111
java -cp bin;lib/classgraph-4.8.47.jar main.ArrayVisualizer
1212
```
13+
To build a runnable jar, simply run Apache Ant inside the 'dist' directory!
1314

1415
### Features:
1516
- 40+ new sorting algorithms
@@ -23,6 +24,13 @@ java -cp bin;lib/classgraph-4.8.47.jar main.ArrayVisualizer
2324
- Toggle Timo Bingmann's "end sweep" animation
2425
- Refactored / optimized code
2526

27+
## 6/8/2020 - Version 3.5
28+
- NEW VISUALS: Sine Wave and Wave Dots!!
29+
- New sort: Bogobogosort
30+
- The bogo shuffle method is now unbiased
31+
- MultipleSortThreads further refactored
32+
- Visuals, VisualStyles enum, and Renderer significantly refactored (more to come!)
33+
2634
## 6/4/2020 - Version 3.2
2735
- New sort: Optimized Cocktail Shaker Sort
2836
- Significant refactoring for MultipleSortThreads and RunAllSorts

bin/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

bin/SortPrompt.form

Lines changed: 0 additions & 138 deletions
This file was deleted.

bin/UtilFrame.form

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)