Skip to content

Releases: moritzfl/sorting-algorithms

1.4.2

21 Jan 21:42
Compare
Choose a tag to compare
  • Fixed protocol export
  • Fixed build process for newer java versions

1.4.1

05 Jan 13:03
Compare
Choose a tag to compare

Changes:

  • Fixed a bug for opening pdf files
  • Fixed text in error message when opening a pdf file fails
  • Removed LaTeX from the build process (only relevant for developers)

1.4.0

03 Jan 16:25
Compare
Choose a tag to compare

Cleanup:

  • reimplemented HeapSort
  • newer better, prettier HeapSort protocol view (and its reusable for other tree structures as well)
  • removed macOS packaging from maven build as it was causing issues with newer versions of macOS/Java. Build of macOS packages is now back to performing manual steps until I find an alternative ...

Added Features:

  • Zoom for every protocol view

Removed Features (for now):

  • LaTeX export for HeapSort (this will eventually be reimplemented)

1.3.3

15 Feb 17:11
Compare
Choose a tag to compare
  • fix rendering of input for Radixsort, includes prepended 0s now

1.3.2

17 Dec 10:08
Compare
Choose a tag to compare

Changes:

  • improve formatting of info-files
  • fix minor issues in shellsort info-file

1.3.1

03 Dec 09:00
ee93415
Compare
Choose a tag to compare

Changes:

  • information for shellsort integrated

1.3

24 Nov 20:48
Compare
Choose a tag to compare
1.3

new Feature:

  • ShellSort (currently restricted to 2^n as steplengths -> [... 8, 4, 2, 1])

1.2

14 Nov 18:22
Compare
Choose a tag to compare
1.2

You need a Java environment installed on your system to run this software: https://www.java.com/en/download/