From 06097eae61fe9190eb37b05402e19fb821d66637 Mon Sep 17 00:00:00 2001 From: Samiran Konwar Date: Sun, 24 Jul 2022 00:10:36 +0530 Subject: [PATCH] fix: bucket sort best case time complexity --- Tables.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tables.html b/Tables.html index 2322456..cfd48ff 100644 --- a/Tables.html +++ b/Tables.html @@ -276,7 +276,7 @@

Array Sorting Algorithms

Bucket Sort - Ω(n+k) + Ω(n) Θ(n+k) O(n^2) O(n)