JQuery Animated Number Sorter
by
Aaron Gusman
Notes
This web page:
Generates 15 random numbers from 0 to 100 and places them on screen
Determines the value of the numbers
Determines the position of the numbers
Sorts them using the insertion sort
Determines the position of where they should really be in a sorted list
Creates a clone of the number to enable an animated sort
Sorts the numbers visually within 1 second
Actions
Select
How many random numbers?
What should be the largest number?
Future Implementations
Better calculation for duplicate number positioning