Welcome to the Big-O Sorting Algorithms repository! This project provides implementations of various sorting algorithms in C#, designed for educational purposes. The repository includes the following algorithms:
- Bubble Sort
- Bucket Sort
- Counting Sort
- Heap Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Radix Sort
- Selection Sort
- Shell Sort
The main goal of this repository is to help users understand and compare the time complexities and efficiencies of different sorting algorithms.
Each sorting algorithm is implemented as a separate function within its respective file. You can explore each algorithm and see how it operates on different datasets. Feel free to clone this repository and experiment with the code.
- Bubblesort
- Bucketsort
- Countingsort
- Heapsort
- Insertionsort
- Mergesort
- Quicksort
- Radixsort
- Selectionsort
- Shellsor