Java Sorting Applet

I decided to move the Applet to this separate page so as not to load the Home page. Did you came here directly? Check the original post to know more about this Applet !

Important:

  • Before running a new animation re-select or select another list distribution (random, ascending or descending) or size (100, 500, 1000) because if not, you will be sorting an already sorted list !
  • Select “slower mode” for better appreciation of the animations.
  • If the Applet freezes just refresh the page.


How it works:

  • The animations displays a list of N numbers between 0 and N.
  • A dot represents a number.
  • The firsts dots from left to right represents the firsts numbersĀ in the list.
  • The higher the dot, higher the value.

This means that:

  1. A dot with value 0 which is first on the list will be positionated on the left-down corner of the screen.
  2. The same 0-value dot in the last position of the list will be positionated on the right-down corner of the screen.
  3. A N-value dot (the biggest dot) at the beggining of the list will be positionated on the left-up corner of the screen.
  4. The same N-value dot at the last position of the list will be positionated on the right-top corner of the list.

Having problems with the Applet? Leave comments here !

Share
  1. No comments yet.
  1. No trackbacks yet.
*