This project demonstrates multiple sorting algorithms (Bubble, Insertion, Selection, Merge, Quick) with a GUI built in Windows Forms.
Users can:
- Enter numbers into a textbox (comma-separated).
- Choose a sorting algorithm from buttons.
- See the sorted output.
- View the pseudocode of the chosen algorithm.
- ✅ Bubble Sort
- ✅ Insertion Sort
- ✅ Selection Sort
- ✅ Merge Sort
- ✅ Quick Sort
- 📌 Simple and clean GUI with input/output boxes.
- C# (Windows Forms)
- .NET Framework / .NET 6+ (depending on your Visual Studio setup)
- Visual Studio IDE