Skip to content

donheshanthaka/insertion-sort-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

insertion-sort-in-c

Implementation of Insertion sort algorithm in c

Functions:

  1. selectionSort(int arr[], int n)
  2. printArray()

The function takes in array of integers and sort them in ascending order.

About

Implementation of Insertion sort algorithm in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages