Skip to content

A sorting algorithm is an algorithm that puts elements of a list in a certain order.

Notifications You must be signed in to change notification settings

yashkamalchaturvedi/Sorting-Techniques

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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