Computer Science, asked by 121319033022, 10 months ago

Your task is to develop an algorithm that would sort data such as these from least to greatest. Specifically, given an unsorted set of N decimal values, your algorithm should sort them to give an answer of the sorted data. For this set of N = 6, your algorithm should produce:

Answers

Answered by yoursolver50
14

Explanation:

SORT( list , N): // N represent size of the provided list if N= 0 // empty list print( "list is

Attachments:
Similar questions