pufi656 / array-sorting-algorithms

Array sorting algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Algorithm for Integer Arrays

We implement 3 sorting algorithms for integer arrays.

Bubble Sort

The Bubble Sort algorithm sorts the array in ascending order.

The algorithm is implemented in C.

About

Array sorting algorithms


Languages

Language:C 100.0%