From ce1b2724d1dd165bbbd86188782155e593ed2a5c Mon Sep 17 00:00:00 2001 From: Armaan Sethi Date: Wed, 31 Oct 2018 20:03:00 -0400 Subject: [PATCH] shell sort average and worst formatting to be consistent with the rest of the table --- Tables.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tables.html b/Tables.html index 2322456..0c5429f 100644 --- a/Tables.html +++ b/Tables.html @@ -270,8 +270,8 @@

Array Sorting Algorithms

Shell Sort Ω(n log(n)) - Θ(n(log(n))^2) - O(n(log(n))^2) + Θ(n log(n)^2) + O(n log(n)^2) O(1)