public marks

PUBLIC MARKS with tag sort

2008

JavaScript Table Sorter - Web Development Blog

by camel & 4 others (via)
This JavaScript table sorting script is easy to use, fast and lightweight at only 1.7KB. It includes alternate row formatting, header class toggling, auto data type recognition and selective column sorting. It will currently sort strings, numbers and currency. More features will follow.

2007

TableKit

by Hieroglyphe & 6 others
TableKit is a collection of HTML table enhancements using the Prototype framework. TableKit currently implements row striping, column sorting, column resizing and cell editing using Ajax.

2006

Heapsort

by YukuanMark
With its time complexity of O(n log(n)) heapsort is optimal. It utilizes a special data structure called heap. This data structure is explained in the following.

2005