Sathyabama-Coding-Club / HacktoberFest2019

This repository is a part of HacktoberFest, an event organised by DigitalOcean.
https://hacktoberfest.digitalocean.com/
15 stars 52 forks source link

Create insertion_sort.c #33

Closed HarshCasper closed 4 years ago

HarshCasper commented 4 years ago

insertion_sort.c Add Insertion Sort Algorithm

This is the traditional C implementation of the Insertion Sort Algorithm which is a simple sorting algorithm that works as an in-place based sorting whereby the array elements are compared sequentially to determine their correct position.

Closes https://github.com/Sathyabama-Coding-Club/HacktoberFest2019/issues/32

abhiramready commented 4 years ago

Keep contributing , Happy Hacktoberfest !!