Source: wikibot/splaysort

= Splaysort
{wiki=Splaysort}

Splaysort is a sorting algorithm that utilizes a binary search tree, specifically a splay tree, to perform sorting operations. It leverages the properties of the splay tree to maintain an efficient access pattern as it sorts the elements. The basic idea behind Splaysort is to insert all the elements to be sorted into a splay tree.