From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- content/posts/2003-11-07-faster-than-qsort.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/posts/2003-11-07-faster-than-qsort.html (limited to 'content/posts/2003-11-07-faster-than-qsort.html') diff --git a/content/posts/2003-11-07-faster-than-qsort.html b/content/posts/2003-11-07-faster-than-qsort.html new file mode 100644 index 0000000..3792bde --- /dev/null +++ b/content/posts/2003-11-07-faster-than-qsort.html @@ -0,0 +1,9 @@ +--- +date: "2003-11-07T10:15:06Z" +title: Faster than qsort()? +--- + +

+I saw a link to Introspective Sorting over at Ruby Garden. According to the calculations, the author believes it's better than qsort(). Basically it is qsort(), except it switches to heapsort in worst-case scenarios for qsort(). Really interesting read. +

+ -- cgit v1.2.3