Skip to content

TraianQ/array-sorting-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Sorting Algorithms for Integer Arrays We implement 3 sorting algorithms for integer arrays

Bubble Sort

The bubble sort algorithm sorts the array in descending order

The algorithm is implemented in C.

Radix Sort

The Radix sort algorithm is considered one of the fastest sorting algorithms.

The algorithms is implemented in C.

About

A project that sorts an array

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages