algorithms/insertion_sort/a_insertionsort.html: Visualization for Insertion Sortalgorithms/bubble_sort/b_bubblesort.html: Visualization for Bubble Sortalgorithms/selection_sort/c_selectionsort.html: Visualization for Selection Sortalgorithms/merge_sort/d_mergesort.html: Visualization for Merge Sortalgorithms/quick_sort/e_quicksort.html: Visualization for Quick Sortalgorithms/heap_sort/f_heapsort.html: Visualization for Heap Sortalgorithms/count_sort/g_countsort.html: Visualization for Count Sortalgorithms/radix_sort/h_radixsort.html: Visualization for Radix Sortalgorithms/bucket_sort/i_bucketsort.html: Visualization for Bucket Sortmain.html: Main page for the projectvisualization.html: General visualization page
algorithms/bubble_sort/bubblesort.js: Implementation of Bubble Sortalgorithms/bucket_sort/BucketSort.js: Implementation of Bucket Sortalgorithms/count_sort/CountSort.js: Implementation of Count Sortalgorithms/heap_sort/HeapSort.js: Implementation of Heap Sortalgorithms/insertion_sort/InsertionSort.js: Implementation of Insertion Sortalgorithms/merge_sort/MergeSort.js: Implementation of Merge Sortalgorithms/quick_sort/QuickSort.js: Implementation of Quick Sortalgorithms/radix_sort/RadixSort.js: Implementation of Radix Sortalgorithms/selection_sort/SelectionSort.js: Implementation of Selection Sortscript.js: General script for the project
styles.css: Styles for the project
-
Clone the repository:
git clone https://github.com/your-username/your-repository.git
-
Open
main.htmlin your web browser to view the main page. -
Navigate to the specific HTML file for the sorting algorithm you want to visualize.
This project is licensed under the MIT License.