Releases: bruch-alex/sorting-algorithm-visualization
Releases · bruch-alex/sorting-algorithm-visualization
v2.0
Overwiew
- README updates
- Symbol for array based on OS now
- New UI
- Multithreading for QuickSort
- Small bug fixes
What's Changed
- Update Build&Run README section by @bruch-alex in #23
- update toc by @bruch-alex in #24
- OS detection by @bruch-alex in #29
- code cleanup and ui improvements by @bruch-alex in #30
- 25 multithreading for quicksort by @bruch-alex in #31
- Fix QuickSort printing error by @bruch-alex in #33
- update version by @bruch-alex in #34
Full Changelog: v1.4...v2.0
v1.4
What's Changed
- Jdk11 by @bruch-alex in #20
- Dependencies by @bruch-alex in #21
Full Changelog: v1.2...v1.4
v1.3-beta.1.
What's Changed
- Jdk11 by @bruch-alex in #20
- Dependencies by @bruch-alex in #21
- Create maven-publish.yml by @bruch-alex in #22
Full Changelog: v1.2...v1.3
v1.2
v1.1
v1.0 (Initial release)
What's Changed
- Implement selection sort logic by @nat-laz in #1
- Jterminal and maven by @bruch-alex in #3
- Implement insertion sort logic by @nat-laz in #2
- Add Quick sort and swap method in Utils by @bruch-alex in #4
- Fix maven build bug by @bruch-alex in #5
- Add out and target folders to .gitignore file by @bruch-alex in #6
- Feat/visualization highlight by @nat-laz in #7
- Disable creation of a .jar file without dependencies by @bruch-alex in #8
- Fix highlighting when using quickSort by @bruch-alex in #14
- Main UI by @bruch-alex in #15
- Enhanced visibility for InsertionSort algorithm behavior by @nat-laz in #16
- Add gifs for each algorithm by @bruch-alex in #17
- Update readme by @nat-laz in #18
New Contributors
Full Changelog: https://github.com/bruch-alex/sorting-algorithm-visualization/commits/v1.0