Skip to content

Releases: lucas-marianno/flutter_algorithm_visualizer

Version 0.8.0+2

08 Jun 23:26
Compare
Choose a tag to compare

Version 0.8.0+2

Now available on Play Store

Get it on Google Play

Features

Responsive UI

  • UI is now fully responsive and well adapted to different screen and font sizes.

UI/UX

  • Sorting array now displays up to 999 elements.
  • Quantity slider now acepts manual (typed) input.
  • New sorting speed added (10x faster).

Improved algorithm descriptions

  • Algorithm overview
  • Usage
  • More descriptive time complexity
  • Step-by-step algorithm description
  • Implementations in Dart

Performance

  • Calls to setState reduced. Specially in fast and instant sorting speeds.

Bugfix

Some algorithms weren't rendering the last operation:

  • Shell Sort
  • Insertion Sort

App official release

  • Privacy policy added
  • App signed

Screenshots

speed2 manual input

Version 0.6.0

31 May 03:36
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release

Features

New sorting algorithms + respective info pages

  • Radix Sort
  • Gnome Sort
  • Bitonic Sort
  • Bitonic Sort (parallel)
  • Cocktail Shaker Sort

Animations

  • New animation for Shuffle
  • New animation for Reverse

UI/UX

  • Sorting array now displays up to 500 elements
  • No. of elements now shows on OSD

Dev

  • App name changed
  • App icon added

Full Changelog: v0.5.0...v0.6.0

Untitled_Project_V3 (1)

Version 0.5.0

15 May 15:58
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release

Features

New algorithms

  • Quick Sort added
  • Heap Sort added
  • Shell Sort added

UI/UX improvements

  • 'Reverse' button added
  • Stopwatch added
  • Algo Info page now has support for code snippets + URL links

Bugfix

  • Some algorithms were glitching when stopped midway through

Screenshots

v0 5 0

Version 0.3.0

03 May 22:26
d78027d
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Algorithm Visualizer

Visualize the most common sorting algorithms in a friendly way.

With smooth graphics and animations!

Algorithms available:

  • Bubble Sort
  • Merge Sort
  • Selection Sort
  • Insertion Sort
  • Quick Sort
  • Heap Sort
  • Radix Sort
  • Shell Sort
  • Cocktail Shaker Sort
  • Gnome Sort
  • Bitonic Sort
  • Bogo Sort
image image image