Skip to main content

Animated Sorting Algorithm Demo

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Groups (1)

  • javalovers

    java lovers

    16 members,107 bookmarks

    all about java and its key concepts

Bookmark History

Saved by 20 people (2 private), first by anonymouse user on 2008-05-22


Public Sticky notes

These pages show 8 different sorting algorithms on 4 different initial conditions. These visualizations are intended to:

  • Show how each algorithm operates.
  • Show that there is no best sorting algorithm.
  • Show the advantages and disadvantages of each algorithm.
  • Show that worse-case asymptotic behavior is not the deciding factor in choosing an algorithm.
  • Show that the initial condition (input order and key distribution) affects performance as much as the algorithm choice.

Highlighted by reckoner