lizababu / array-sorting-algorithms

A set of algorithms to sort arrays

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

A set of algorithms to sort arrays


Languages

Language:C 100.0%