Subject: PHP

Sort Array Without Using Built-in Functions

Write a PHP function to sort an array in ascending order without using built-in sorting functions.

Example:
Input: [5, 2, 9, 1, 5, 6]
Output: [1, 2, 5, 5, 6, 9]

Select file or drag and drop

PNG, JPG, SVG

Preview