From 001f3fbdd2d5429530e78ea96d637f6ad0fe3789 Mon Sep 17 00:00:00 2001 From: Rajesh Rathore Date: Sun, 8 Oct 2023 07:33:53 +0530 Subject: [PATCH] feat: coming soon image hide --- .../Algorithms/sorting/bucket-sort/bucket-sort.component.html | 4 ++-- .../sorting/counting-sort/counting-sort.component.html | 4 ++-- .../Algorithms/sorting/quick-sort/quick-sort.component.html | 2 +- .../Algorithms/sorting/radix-sort/radix-sort.component.html | 4 ++-- .../Algorithms/sorting/shell-sort/shell-sort.component.html | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/components/Algorithms/sorting/bucket-sort/bucket-sort.component.html b/src/app/components/Algorithms/sorting/bucket-sort/bucket-sort.component.html index b6becc9..7e3468b 100644 --- a/src/app/components/Algorithms/sorting/bucket-sort/bucket-sort.component.html +++ b/src/app/components/Algorithms/sorting/bucket-sort/bucket-sort.component.html @@ -1,8 +1,8 @@

Bucket Sort

-
+
-
+
diff --git a/src/app/components/Algorithms/sorting/counting-sort/counting-sort.component.html b/src/app/components/Algorithms/sorting/counting-sort/counting-sort.component.html index f1082f8..e2eb401 100644 --- a/src/app/components/Algorithms/sorting/counting-sort/counting-sort.component.html +++ b/src/app/components/Algorithms/sorting/counting-sort/counting-sort.component.html @@ -1,8 +1,8 @@

Counting Sort

-
+
-
+
diff --git a/src/app/components/Algorithms/sorting/quick-sort/quick-sort.component.html b/src/app/components/Algorithms/sorting/quick-sort/quick-sort.component.html index 8555105..d3c3586 100644 --- a/src/app/components/Algorithms/sorting/quick-sort/quick-sort.component.html +++ b/src/app/components/Algorithms/sorting/quick-sort/quick-sort.component.html @@ -2,7 +2,7 @@

Quick Sort

-
+
diff --git a/src/app/components/Algorithms/sorting/radix-sort/radix-sort.component.html b/src/app/components/Algorithms/sorting/radix-sort/radix-sort.component.html index d4afb9d..bf1dfb7 100644 --- a/src/app/components/Algorithms/sorting/radix-sort/radix-sort.component.html +++ b/src/app/components/Algorithms/sorting/radix-sort/radix-sort.component.html @@ -1,8 +1,8 @@

Radix Sort

-
+
-
+
diff --git a/src/app/components/Algorithms/sorting/shell-sort/shell-sort.component.html b/src/app/components/Algorithms/sorting/shell-sort/shell-sort.component.html index 27bad64..617bb71 100644 --- a/src/app/components/Algorithms/sorting/shell-sort/shell-sort.component.html +++ b/src/app/components/Algorithms/sorting/shell-sort/shell-sort.component.html @@ -1,8 +1,8 @@

Shell Sort

-
+
-
+