Sorting Algorithms Demo Using Javascript

2006年10月12日 | Author: zhangdi | 标签:

I love this sorting algorithms demo in Java Applet, so I tried to write a similar one in only javascript. I wrote this demo in a few hours, so it may be bugy and only contains ‘Bubble’ and ‘Quick Sort’ algorithms. Because of the DOM operations, this demo cannot treat as a serious, academical algorithms demo. Though, it still can tell you how quick the Quick Sort is. :)

This demo is based on JQuery javascript lib. It’s a really cool javascript lib.

A screen shot:

sort-demo1

Go to the demo page

目前还没有任何评论.