Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.04 KB

Sorting Techniques

This repository contains programs of Sorting Techniques in C.

Documentation

C Documentation

Feedback

If you have any feedback, you can reach me out at Yash Kamal Chaturvedi.

Installation

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.

Lessons Learned

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?

Optimizations

I use these VS code extensions to support my development workflow.

  1. ms-vscode.cpptools-extension-pack

Run Locally

Clone the project

  git clone https://link-to-project