Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 287 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 287 Bytes

The Sorting Algorithm

Sorting is important for optimizing the efficiency of other algorithms; such as search and merge algorithms; that require input data to be in sorted lists.

Sorting is useful in presenting data to a human readable output.

ALX SE

Lawal Tajudeen Ogunsola