This repository contains programs of Sorting Techniques in C.
If you have any feedback, you can reach me out at Yash Kamal Chaturvedi.
You will need to download Visual Studio Code, a Microsoft code editor (or any other source code editor of your choice). It is one of the finest code editors available, offering a highly pleasant programming experience.
I learned about the following :
- What is Bubble Sort?
- What is Count Sort?
- What is Insertion Sort?
- What is Merge Sort?
- What is Quick Sort?
- What is Selection Sort?
- What is Shell Sort?
I use these VS code extensions to support my development workflow.
- ms-vscode.cpptools-extension-pack
Clone the project
git clone https://link-to-project