diff --git a/SortingVisualizer/ayan-joshi/Readme.md b/SortingVisualizer/ayan-joshi/Readme.md new file mode 100644 index 000000000..c251dcdbd --- /dev/null +++ b/SortingVisualizer/ayan-joshi/Readme.md @@ -0,0 +1,28 @@ +# Sorting-Visualizer +The Sorting Visualizer is a basic web application that allows you to visualize the process of sorting on a set of randomly generated bars. + +You can have a look , how it's working ! + +https://ayan-joshi.github.io/Sorting-Visualizer/ +# Technologies Used + +HTML + +CSS + +JavaScript + +# How to Use +Clone this repository to your local machine. + +Open index.html in your web browser. + +Click the "Randomize" button to generate a random set of bars. + +Select a sorting algorithm from the dropdown menu and click the "Sort" button to visualize the sorting process. + +# Screenshots + + + + \ No newline at end of file diff --git a/SortingVisualizer/ayan-joshi/index.html b/SortingVisualizer/ayan-joshi/index.html new file mode 100644 index 000000000..4b2404d58 --- /dev/null +++ b/SortingVisualizer/ayan-joshi/index.html @@ -0,0 +1,19 @@ + + +
+