From 7f6b68feb4f139cc0506dc55482db2d8b1591865 Mon Sep 17 00:00:00 2001 From: vishal2005025 Date: Mon, 23 Oct 2023 14:51:13 +0530 Subject: [PATCH] sorting visualizer task complete --- bubble_sort.html | 188 ++++++++++++++++++++++++++++++++++++++++++++ index.html | 75 ++++++++++++++++++ insertion_sort.html | 183 ++++++++++++++++++++++++++++++++++++++++++ selection_sort.html | 185 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 631 insertions(+) create mode 100644 bubble_sort.html create mode 100644 index.html create mode 100644 insertion_sort.html create mode 100644 selection_sort.html diff --git a/bubble_sort.html b/bubble_sort.html new file mode 100644 index 0000000..9b3db74 --- /dev/null +++ b/bubble_sort.html @@ -0,0 +1,188 @@ + + + + + + Bubble Sort Visualization + + + +
+
+

Bubble Sort Visualization

+ + +
+ + +
+ +
+
+ +
+
+
+ + + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..3f00efe --- /dev/null +++ b/index.html @@ -0,0 +1,75 @@ + + + + + + + Document + + + +
+

welcome!

+

which type of sorting method you want to understand.

+ + +
+ + \ No newline at end of file diff --git a/insertion_sort.html b/insertion_sort.html new file mode 100644 index 0000000..4cbc64e --- /dev/null +++ b/insertion_sort.html @@ -0,0 +1,183 @@ + + + + + + Insertion Sort Visualization + + + +
+
+

Insertion Sort Visualization

+ + +
+ + +
+ +
+
+ +
+
+
+ + + + + + \ No newline at end of file diff --git a/selection_sort.html b/selection_sort.html new file mode 100644 index 0000000..14ca00b --- /dev/null +++ b/selection_sort.html @@ -0,0 +1,185 @@ + + + + + + Selection Sort Visualization + + + +
+
+

Selection Sort Visualization

+ + +
+ + +
+ +
+
+ +
+
+
+ + + + + +